MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DataType

TypeAlias DataType

tensorflow/go/tensor.go:35–35  ·  view source on GitHub ↗

DataType holds the type for a scalar value. E.g., one slot in a tensor.

Source from the content-addressed store, hash-verified

33
34// DataType holds the type for a scalar value. E.g., one slot in a tensor.
35type DataType C.TF_DataType
36
37// Types of scalar values in the TensorFlow type system.
38const (

Callers 13

DataTypeMethod · 0.70
shapeAndDataTypeOfFunction · 0.70
typeOfFunction · 0.70
DataTypeMethod · 0.70
listAttributeFunction · 0.70
scalarAttributeFunction · 0.70
DataTypeMethod · 0.70
DataTypeMethod · 0.70
TEST_FFunction · 0.50
SetUpCollectiveParamsFunction · 0.50
SetUpCollectiveParamsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected