Home
last modified time | relevance | path

Searched defs:input_graph_def (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes.cc192 Status MergeDuplicateNodes(const GraphDef& input_graph_def, in MergeDuplicateNodes()
261 Status RemoveRedundantQuantizations(const GraphDef& input_graph_def, in RemoveRedundantQuantizations()
311 Status QuantizePlaceholders(const GraphDef& input_graph_def, in QuantizePlaceholders()
391 Status ConvertFakeQuantsToRequantize(const GraphDef& input_graph_def, in ConvertFakeQuantsToRequantize()
463 Status MergeAdjacentRequantizes(const GraphDef& input_graph_def, in MergeAdjacentRequantizes()
533 Status HoistFakeQuants(const GraphDef& input_graph_def, in HoistFakeQuants()
589 Status QuantizeNodes(const GraphDef& input_graph_def, in QuantizeNodes()
H A Dsparsify_gather.cc97 Status ObtainTensorSlice(const GraphDef& input_graph_def, in ObtainTensorSlice()
193 const GraphDef& input_graph_def, in ObtainVariableInfo()
223 const GraphDef& input_graph_def, in SparsifyGatherInternal()
560 Status SparsifyGather(const GraphDef& input_graph_def, in SparsifyGather()
H A Dfuse_convolutions.cc28 Status FuseResizePadAndConv(const GraphDef& input_graph_def, in FuseResizePadAndConv()
82 Status FuseResizeAndConv(const GraphDef& input_graph_def, in FuseResizeAndConv()
137 Status FusePadAndConv(const GraphDef& input_graph_def, in FusePadAndConv()
H A Dtransform_utils.cc160 void FilterGraphDef(const GraphDef& input_graph_def, in FilterGraphDef()
171 void RemoveAttributes(const GraphDef& input_graph_def, in RemoveAttributes()
184 Status SortByExecutionOrder(const GraphDef& input_graph_def, in SortByExecutionOrder()
364 const GraphDef& input_graph_def, const OpTypePattern& pattern, in ReplaceMatchingOpTypes()
477 Status RenameNodeInputs(const GraphDef& input_graph_def, in RenameNodeInputs()
H A Dbackports.cc29 Status BackportConcatV2Transform(const GraphDef& input_graph_def, in BackportConcatV2Transform()
63 Status BackportTensorArrayV3Transform(const GraphDef& input_graph_def, in BackportTensorArrayV3Transform()
H A Dfold_constants_lib.cc144 Status RemoveUnusedNodes(const GraphDef& input_graph_def, in RemoveUnusedNodes()
213 Status FoldConstants(const GraphDef& input_graph_def, in FoldConstants()
H A D__init__.py22 def TransformGraph(input_graph_def, inputs, outputs, transforms): argument
H A Dsort_by_execution_order.cc32 const GraphDef& input_graph_def, const TransformFuncContext& unused_context, in SortByExecutionOrderWithUnusedContext()
H A Dadd_default_attributes.cc24 Status AddDefaultAttributes(const GraphDef& input_graph_def, in AddDefaultAttributes()
H A Dremove_device.cc29 Status RemoveDevice(const GraphDef& input_graph_def, in RemoveDevice()
H A Dremove_control_dependencies.cc26 Status RemoveControlDependencies(const GraphDef& input_graph_def, in RemoveControlDependencies()
H A Dset_device.cc23 Status SetDevice(const GraphDef& input_graph_def, in SetDevice()
H A Drename_op.cc29 Status RenameOp(const GraphDef& input_graph_def, in RenameOp()
H A Dremove_attribute.cc29 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute()
H A Drename_attribute.cc28 Status RenameAttribute(const GraphDef& input_graph_def, in RenameAttribute()
H A Drename_node.cc25 Status RenameNode(const GraphDef& input_graph_def, in RenameNode()
H A Dobfuscate_names.cc30 Status ObfuscateNames(const GraphDef& input_graph_def, in ObfuscateNames()
H A Dfold_batch_norms.cc31 Status FoldBatchNorms(const GraphDef& input_graph_def, in FoldBatchNorms()
H A Dremove_nodes.cc30 Status RemoveNodes(const GraphDef& input_graph_def, in RemoveNodes()
H A Dround_weights.cc32 Status RoundWeights(const GraphDef& input_graph_def, in RoundWeights()
H A Dquantize_weights.cc34 Status QuantizeWeights(const GraphDef& input_graph_def, in QuantizeWeights()
H A Dinline_partitionedcall.cc57 Status InlinePartitionedCall(const GraphDef& input_graph_def, in InlinePartitionedCall()
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Doptimize_for_inference_lib.py89 def optimize_for_inference(input_graph_def, input_node_names, output_node_names, argument
204 def fold_batch_norms(input_graph_def): argument
415 def fuse_resize_and_conv(input_graph_def, output_node_names): argument
H A Dstrip_unused_lib.py29 def strip_unused(input_graph_def, input_node_names, output_node_names, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py433 input_graph_def=None, argument
1696 input_graph_def, argument

12