Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc176 class InterpreterInfo : public GraphInfo { class
178 explicit InterpreterInfo(Subgraph* subgraph) : subgraph_(subgraph) {} in InterpreterInfo() function in tflite::InterpreterInfo
386 InterpreterInfo info(this); in ReplaceNodeSubsetsWithDelegateKernels()
511 InterpreterInfo info(this); in PreviewDelegatePartitioning()
937 &context_, std::unique_ptr<GraphInfo>(new InterpreterInfo(this)), in PrepareOpsAndTensors()