TensorFlow.Nodes (original) (raw)

a ~ () => Fetchable ControlNode a Source #

Instance details

Defined in TensorFlow.Nodes

Fetchable t a => Fetchable [t] [a] Source #

Instance details

Defined in TensorFlow.Nodes

Fetchable t a => Fetchable (Maybe t) (Maybe a) Source #

Instance details

Defined in TensorFlow.Nodes

l ~ List ('[] :: [Type]) => Fetchable (ListOf f ('[] :: [Type])) l Source #

Instance details

Defined in TensorFlow.Nodes

(TensorType a, TensorDataType s a, a ~ a') => Fetchable (Tensor v a) (s a') Source #

Instance details

Defined in TensorFlow.Nodes

(TensorType a, a ~ a') => Fetchable (Tensor v a) (TensorData a') Source #

Instance details

Defined in TensorFlow.Nodes

(Fetchable t1 a1, Fetchable t2 a2) => Fetchable (t1, t2) (a1, a2) Source #

Instance details

Defined in TensorFlow.Nodes

(Fetchable (f t) a, Fetchable (ListOf f ts) (List as), i ~ Identity) => Fetchable (ListOf f (t ': ts)) (ListOf i (a ': as)) Source #

Instance details

Defined in TensorFlow.Nodes

(Fetchable t1 a1, Fetchable t2 a2, Fetchable t3 a3) => Fetchable (t1, t2, t3) (a1, a2, a3) Source #

Instance details

Defined in TensorFlow.Nodes