Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc33 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportConcatV2Transform()
69 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportTensorArrayV3Transform()
113 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportTensorArrayV3Transform()
Dfuse_convolutions.cc33 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FuseResizePadAndConv()
87 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FuseResizeAndConv()
142 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FusePadAndConv()
Dfold_old_batch_norms.cc295 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldOldBatchNorms()
326 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldOldBatchNorms()
364 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldOldBatchNorms()
Dquantize_nodes.cc270 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in RemoveRedundantQuantizations()
394 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in ConvertFakeQuantsToRequantize()
466 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in MergeAdjacentRequantizes()
545 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in HoistFakeQuants()
693 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in QuantizeNodes()
Dfold_batch_norms.cc36 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldBatchNorms()
Dremove_nodes.cc68 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in RemoveNodes()
Dround_weights.cc38 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in RoundWeights()
Dflatten_atrous.cc30 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FlattenAtrousConv()
Dquantize_weights.cc40 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in QuantizeWeights()
Dfuse_quantized_convolution.cc40 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FuseQuantizedConvolutionAndRequantize()
Dtransform_utils.h198 Status ReplaceMatchingOpTypes(
Dsparsify_gather.cc255 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in SparsifyGatherInternal()
DREADME.md41 * [ReplaceMatchingOpTypes](#replacematchingoptypes)
940 ### ReplaceMatchingOpTypes subsection
950 `ReplaceMatchingOpTypes` helper. This takes in a graph, an `OpTypePattern`
961 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes(
1014 There are a few things to know about the `ReplaceMatchingOpTypes` function:
Dtransform_utils.cc361 Status ReplaceMatchingOpTypes( in ReplaceMatchingOpTypes() function
Dtransform_utils_test.cc433 TF_ASSERT_OK(ReplaceMatchingOpTypes( in TestReplaceMatchingOpTypes()