Home
last modified time | relevance | path

Searched refs:TensorSource (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc58 struct TensorSource { struct
81 const std::map<int, TensorSource>& tflite_tensor_sources) { in InitializeTensorSources()
97 TensorSource GetTensorSource(int i) const { return sources_[i]; } in GetTensorSource()
101 std::vector<TensorSource> sources_;
278 TensorSource s = inputs_.GetTensorSource(i); in BuildEagerInputs()
426 std::map<int, TensorSource> tflite_tensor_sources; in Init()
434 tflite_tensor_sources[output_index] = TensorSource{node_data.get(), i}; in Init()