Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc110 class InterpreterInfo : public GraphInfo { class
112 explicit InterpreterInfo(Subgraph* subgraph) : subgraph_(subgraph) {} in InterpreterInfo() function in tflite::InterpreterInfo
278 InterpreterInfo info(this); in ReplaceNodeSubsetsWithDelegateKernels()
641 context_, std::unique_ptr<GraphInfo>(new InterpreterInfo(this)), in PrepareOpsAndTensors()