Home
last modified time | relevance | path

Searched defs:function_graphs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto541 repeated FunctionGraphs function_graphs = 4; field
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc963 auto* function_graphs = ctx->RunMetadataProto()->add_function_graphs(); in EagerKernelExecute() local