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

Method GetSizeWithDepth

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

Source from the content-addressed store, hash-verified

57
58 int Depth() const { return IntegralDivideRoundUp(channels_, 4); }
59 int4 GetSizeWithDepth() const {
60 return int4(width_, height_, channels_,
61 IntegralDivideRoundUp(channels_, 4));
62 }
63 cl_mem GetMemoryPtr() const { return memory_; }
64
65 Status WriteDataBHWC(absl::Span<const float> in, CLCommandQueue* queue);

Callers 15

GetOutputTensorMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
BindArgumentsMethod · 0.80
AddToQueueMethod · 0.80

Calls 1

IntegralDivideRoundUpFunction · 0.50

Tested by

no test coverage detected