/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes.cc | 192 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 D | sparsify_gather.cc | 97 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 D | fuse_convolutions.cc | 28 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 D | transform_utils.cc | 160 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 D | backports.cc | 29 Status BackportConcatV2Transform(const GraphDef& input_graph_def, in BackportConcatV2Transform() 63 Status BackportTensorArrayV3Transform(const GraphDef& input_graph_def, in BackportTensorArrayV3Transform()
|
H A D | fold_constants_lib.cc | 144 Status RemoveUnusedNodes(const GraphDef& input_graph_def, in RemoveUnusedNodes() 213 Status FoldConstants(const GraphDef& input_graph_def, in FoldConstants()
|
H A D | __init__.py | 22 def TransformGraph(input_graph_def, inputs, outputs, transforms): argument
|
H A D | sort_by_execution_order.cc | 32 const GraphDef& input_graph_def, const TransformFuncContext& unused_context, in SortByExecutionOrderWithUnusedContext()
|
H A D | add_default_attributes.cc | 24 Status AddDefaultAttributes(const GraphDef& input_graph_def, in AddDefaultAttributes()
|
H A D | remove_device.cc | 29 Status RemoveDevice(const GraphDef& input_graph_def, in RemoveDevice()
|
H A D | remove_control_dependencies.cc | 26 Status RemoveControlDependencies(const GraphDef& input_graph_def, in RemoveControlDependencies()
|
H A D | set_device.cc | 23 Status SetDevice(const GraphDef& input_graph_def, in SetDevice()
|
H A D | rename_op.cc | 29 Status RenameOp(const GraphDef& input_graph_def, in RenameOp()
|
H A D | remove_attribute.cc | 29 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute()
|
H A D | rename_attribute.cc | 28 Status RenameAttribute(const GraphDef& input_graph_def, in RenameAttribute()
|
H A D | rename_node.cc | 25 Status RenameNode(const GraphDef& input_graph_def, in RenameNode()
|
H A D | obfuscate_names.cc | 30 Status ObfuscateNames(const GraphDef& input_graph_def, in ObfuscateNames()
|
H A D | fold_batch_norms.cc | 31 Status FoldBatchNorms(const GraphDef& input_graph_def, in FoldBatchNorms()
|
H A D | remove_nodes.cc | 30 Status RemoveNodes(const GraphDef& input_graph_def, in RemoveNodes()
|
H A D | round_weights.cc | 32 Status RoundWeights(const GraphDef& input_graph_def, in RoundWeights()
|
H A D | quantize_weights.cc | 34 Status QuantizeWeights(const GraphDef& input_graph_def, in QuantizeWeights()
|
H A D | inline_partitionedcall.cc | 57 Status InlinePartitionedCall(const GraphDef& input_graph_def, in InlinePartitionedCall()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | optimize_for_inference_lib.py | 89 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 D | strip_unused_lib.py | 29 def strip_unused(input_graph_def, input_node_names, output_node_names, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
H A D | trt_convert.py | 433 input_graph_def=None, argument 1696 input_graph_def, argument
|