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

Method SetInput

tensorflow/lite/kernels/activations_test.cc:1415–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413 BuildInterpreter({GetShape(input_)});
1414 }
1415 void SetInput(std::initializer_list<float> data) {
1416 PopulateTensor(input_, data);
1417 }
1418 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
1419
1420 protected:

Callers 3

TESTFunction · 0.45
TestFloatHardSwishFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected