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

Method SetAxis

tensorflow/lite/kernels/reduce_test.cc:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27class BaseOpModel : public SingleOpModel {
28 public:
29 void SetAxis(const std::vector<int>& data) { PopulateTensor(axis_, data); }
30
31 template <class T>
32 void SetInput(std::vector<T> data) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected