Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc544 GraphDef hoisted_graph_def; in HoistFakeQuants() local
578 {}, &hoisted_graph_def)); in HoistFakeQuants()
579 current_graph_def = hoisted_graph_def; in HoistFakeQuants()
667 GraphDef hoisted_graph_def; in QuantizeNodes() local
669 HoistFakeQuants(placeholder_graph_def, context, &hoisted_graph_def)); in QuantizeNodes()
670 TF_RETURN_IF_ERROR(IsGraphValid(hoisted_graph_def)); in QuantizeNodes()
677 TF_RETURN_IF_ERROR(ConvertFakeQuantsToRequantize(hoisted_graph_def, context, in QuantizeNodes()