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

Method GetTensorSource

tensorflow/lite/delegates/flex/kernel.cc:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 bool IsForwardable(int i) const { return forwardable_[i]; }
96
97 TensorSource GetTensorSource(int i) const { return sources_[i]; }
98
99 private:
100 std::vector<int> inputs_;

Callers 1

BuildEagerInputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected