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

Method SetPerm

tensorflow/lite/kernels/transpose_test.cc:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void SetPerm(std::initializer_list<int> data) {
146 PopulateTensor<int>(perm_, data);
147 }
148
149 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
150 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected