Searched defs:function_table_ (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ | ||
H A D | tfprof_code.cc | 130 std::map<std::tuple<string, string, uint64>, pprof::Function> function_table_; member in tensorflow::tfprof::__anon370f23e00111::FunctionTable |
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ | ||
H A D | graphdef_export.cc | 128 function_table_; member in mlir::tfg::__anon5cc7450f0111::GraphDefExporter |
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/ | ||
H A D | code_impl.h | 95 std::vector<Function*> function_table_; member |