Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/
H A Dtrt_convert_api_test.cc194 void CheckTrtNode(const GraphDef& converted_graph_def) { in CheckTrtNode()
225 const GraphDef& converted_graph_def) { in RunAndCompareResults()
256 const GraphDef& converted_graph_def = result.ValueOrDie(); in ConvertAndRunFrozenGraph() local
275 const GraphDef& converted_graph_def = result.ValueOrDie(); in ConvertAndRunSavedModel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc303 GraphDef converted_graph_def; in RunTest() local
384 GraphDef converted_graph_def; in TEST() local
534 GraphDef converted_graph_def; in TEST() local
652 GraphDef converted_graph_def; in TEST() local
800 GraphDef converted_graph_def; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes_test.cc909 GraphDef converted_graph_def; in TestConvertFakeQuantsToRequantize() local
1013 GraphDef converted_graph_def; in TestMergeAdjacentRequantizes() local
1061 GraphDef converted_graph_def; in TestConvertFakeQuantsEndToEnd() local
1115 GraphDef converted_graph_def; in TestHoistFakeQuants() local
H A Dquantize_nodes.cc676 GraphDef converted_graph_def; in QuantizeNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops_test.cc347 static Status CheckTrtNode(const GraphDef& converted_graph_def) { in CheckTrtNode()