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

Method GetOutputShape

tensorflow/lite/kernels/pad_test.cc:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return ExtractVector<RegularInputOuput>(output_);
51 }
52 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
53
54 template <typename QuantizedInputOutput>
55 std::vector<float> GetDequantizedOutput() {

Callers 13

TESTFunction · 0.45
SimpleConstTestFunction · 0.45
SimpleDynamicTestFunction · 0.45
AdvancedConstTestFunction · 0.45
AdvancedDynamicTestFunction · 0.45
SimpleConstTestV2Function · 0.45
SimpleDynamicTestV2Function · 0.45
AdvancedConstTestV2Function · 0.45
AdvancedDynamicTestV2Function · 0.45
SimpleConstValuedTestFunction · 0.45
SimpleDynamicValuedTestFunction · 0.45
AdvancedConstValuedTestFunction · 0.45

Calls 1

GetTensorShapeFunction · 0.50

Tested by

no test coverage detected