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

Method Channels

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

Source from the content-addressed store, hash-verified

52 int Width() const { return width_; }
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

Callers 5

TensorToDefFunction · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
AddToQueueMethod · 0.80
BindArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected