Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/tools/
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
Dstrip_unused_lib.py29 def strip_unused(input_graph_def, input_node_names, output_node_names, argument
/external/tensorflow/tensorflow/tools/graph_transforms/
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()
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()
D__init__.py22 def TransformGraph(input_graph_def, inputs, outputs, transforms): argument
Dsort_by_execution_order.cc32 const GraphDef& input_graph_def, const TransformFuncContext& unused_context, in SortByExecutionOrderWithUnusedContext()
Dadd_default_attributes.cc24 Status AddDefaultAttributes(const GraphDef& input_graph_def, in AddDefaultAttributes()
Dremove_device.cc29 Status RemoveDevice(const GraphDef& input_graph_def, in RemoveDevice()
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()
Dremove_control_dependencies.cc26 Status RemoveControlDependencies(const GraphDef& input_graph_def, in RemoveControlDependencies()
Dbackports.cc29 Status BackportConcatV2Transform(const GraphDef& input_graph_def, in BackportConcatV2Transform()
63 Status BackportTensorArrayV3Transform(const GraphDef& input_graph_def, in BackportTensorArrayV3Transform()
Dset_device.cc23 Status SetDevice(const GraphDef& input_graph_def, in SetDevice()
Drename_op.cc29 Status RenameOp(const GraphDef& input_graph_def, in RenameOp()
Dremove_attribute.cc29 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute()
Drename_attribute.cc28 Status RenameAttribute(const GraphDef& input_graph_def, in RenameAttribute()
Drename_node.cc25 Status RenameNode(const GraphDef& input_graph_def, in RenameNode()
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()
Dobfuscate_names.cc30 Status ObfuscateNames(const GraphDef& input_graph_def, in ObfuscateNames()
Dfold_constants_lib.cc144 Status RemoveUnusedNodes(const GraphDef& input_graph_def, in RemoveUnusedNodes()
213 Status FoldConstants(const GraphDef& input_graph_def, in FoldConstants()
Dfold_batch_norms.cc31 Status FoldBatchNorms(const GraphDef& input_graph_def, in FoldBatchNorms()
Dround_weights.cc32 Status RoundWeights(const GraphDef& input_graph_def, in RoundWeights()
Dremove_nodes.cc30 Status RemoveNodes(const GraphDef& input_graph_def, in RemoveNodes()
Dquantize_weights.cc34 Status QuantizeWeights(const GraphDef& input_graph_def, in QuantizeWeights()
Dinline_partitionedcall.cc57 Status InlinePartitionedCall(const GraphDef& input_graph_def, in InlinePartitionedCall()
Dflatten_atrous.cc26 Status FlattenAtrousConv(const GraphDef& input_graph_def, in FlattenAtrousConv()

12