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

Method StorageType

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

Source from the content-addressed store, hash-verified

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); }
59 int4 GetSizeWithDepth() const {

Callers 2

TensorToObjFunction · 0.80
TensorToDefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected