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

Method SetPaddings

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

Source from the content-addressed store, hash-verified

43 }
44
45 void SetPaddings(std::initializer_list<int> paddings) {
46 PopulateTensor<int>(paddings_, paddings);
47 }
48
49 std::vector<RegularInputOuput> GetOutput() {
50 return ExtractVector<RegularInputOuput>(output_);

Callers 7

TESTFunction · 0.45
SimpleDynamicTestFunction · 0.45
AdvancedDynamicTestFunction · 0.45
SimpleDynamicTestV2Function · 0.45
AdvancedDynamicTestV2Function · 0.45
SimpleDynamicValuedTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected