Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc97 TensorSource GetTensorSource(int i) const { return sources_[i]; } in GetTensorSource() function in tflite::flex::kernel::OpInputs
278 TensorSource s = inputs_.GetTensorSource(i); in BuildEagerInputs()