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

Method Width

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

Source from the content-addressed store, hash-verified

50 virtual ~Tensor() { Release(); }
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_; }

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