Home
last modified time | relevance | path

Searched defs:subgraph_name (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dtensorflow_profiler_logger_shim.cc35 const char* subgraph_name, int subgraph_index) { in OnTfLiteSubgraphInvoke()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Ddelegate_data.cc175 const std::string subgraph_name = subgraphs->at(i)->GetName(); in RegisterFunctionDefForSubgraphs() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dtf_tfl_translate.cc109 std::string subgraph_name = in PrintFunctionResultMapping() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/
H A Dwriter_lib.cc326 flatbuffers::FlatBufferBuilder* builder, const std::string& subgraph_name) { in PopulateAndGetOffset()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc519 Status Encapsulator::Subgraph::MakeSequencingNode(const string& subgraph_name, in MakeSequencingNode()