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

Method Height

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

Source from the content-addressed store, hash-verified

51
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_; }

Callers 15

TensorToDefFunction · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
BindArgumentsMethod · 0.80
GetGridSizeMethod · 0.80
BindArgumentsMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
BindArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected