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

Method Depth

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

Source from the content-addressed store, hash-verified

56 TensorStorageType StorageType() const { return storage_type_; }
57
58 int Depth() const { return IntegralDivideRoundUp(channels_, 4); }
59 int4 GetSizeWithDepth() const {
60 return int4(width_, height_, channels_,
61 IntegralDivideRoundUp(channels_, 4));

Callers 15

GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
BindArgumentsMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
BindArgumentsMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
GetGridSizeMethod · 0.80
AddToQueueMethod · 0.80

Calls 1

IntegralDivideRoundUpFunction · 0.50

Tested by

no test coverage detected