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

Method SetAlpha

tensorflow/lite/kernels/activations_test.cc:1326–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324 PopulateTensor(input_, data);
1325 }
1326 void SetAlpha(std::initializer_list<float> data) {
1327 PopulateTensor(alpha_, data);
1328 }
1329 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
1330};
1331

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected