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

Method DimensionsProduct

tensorflow/lite/delegates/gpu/common/shape.h:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 int index(Axis d) const { return GetAxisIndex(layout, d); }
115
116 int64_t DimensionsProduct() const {
117 return std::accumulate(dimensions.begin(), dimensions.end(), 1ll,
118 std::multiplies<int64_t>());
119 }
120
121 Layout layout = Layout::UNKNOWN;
122

Callers 15

CopyFromPHWC4BufferFunction · 0.45
GenerateCodeMethod · 0.45
PopulateTensorMethod · 0.45
InvokeMethod · 0.45
RunTestFunction · 0.45
RunTestFunction · 0.45
BytesForBHWCFunction · 0.45
GetOutputTensorMethod · 0.45
ExecuteGPUOperationFunction · 0.45
TransposeWeightsMethod · 0.45
ParseMethod · 0.45
ConvertToPHWO4I4Function · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 8

PopulateTensorMethod · 0.36
InvokeMethod · 0.36
RunTestFunction · 0.36
RunTestFunction · 0.36
ExecuteGPUOperationFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36