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

Enum DataType

tensorflow/lite/delegates/gpu/cl/tensor.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 int Height() const { return height_; }
54 int Channels() const { return channels_; }
55 enum DataType DataType() const { return data_type_; }
56 TensorStorageType StorageType() const { return storage_type_; }
57
58 int Depth() const { return IntegralDivideRoundUp(channels_, 4); }

Callers 2

WriteDataMethod · 0.70
ReadDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected