Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc103 GraphDef converted_graph_def; in TEST() local
104 graph.ToGraphDef(&converted_graph_def); in TEST()
106 for (const GraphDef& graph_def : {optimized_graph_def, converted_graph_def}) { in TEST()
257 GraphDef converted_graph_def; in TEST() local
258 graph.ToGraphDef(&converted_graph_def); in TEST()
260 for (const GraphDef& graph_def : {optimized_graph_def, converted_graph_def}) { in TEST()
409 GraphDef converted_graph_def; in TEST() local
410 graph.ToGraphDef(&converted_graph_def); in TEST()
412 for (const GraphDef& graph_def : {optimized_graph_def, converted_graph_def}) { in TEST()
529 GraphDef converted_graph_def; in TEST() local
[all …]
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc909 GraphDef converted_graph_def; in TestConvertFakeQuantsToRequantize() local
912 {}, 1.0, &converted_graph_def); in TestConvertFakeQuantsToRequantize()
914 for (const NodeDef& node : converted_graph_def.node()) { in TestConvertFakeQuantsToRequantize()
1013 GraphDef converted_graph_def; in TestMergeAdjacentRequantizes() local
1016 &converted_graph_def); in TestMergeAdjacentRequantizes()
1019 for (const NodeDef& node : converted_graph_def.node()) { in TestMergeAdjacentRequantizes()
1061 GraphDef converted_graph_def; in TestConvertFakeQuantsEndToEnd() local
1064 &converted_graph_def); in TestConvertFakeQuantsEndToEnd()
1067 for (const NodeDef& node : converted_graph_def.node()) { in TestConvertFakeQuantsEndToEnd()
1115 GraphDef converted_graph_def; in TestHoistFakeQuants() local
[all …]
Dquantize_nodes.cc676 GraphDef converted_graph_def; in QuantizeNodes() local
678 &converted_graph_def)); in QuantizeNodes()
679 TF_RETURN_IF_ERROR(IsGraphValid(converted_graph_def)); in QuantizeNodes()
694 converted_graph_def, {op_pattern}, in QuantizeNodes()
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py873 converted_graph_def = trt_converter.convert()
876 return converted_graph_def