Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dbackports.cc32 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportConcatV2Transform()
68 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportTensorArrayV3Transform()
112 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in BackportTensorArrayV3Transform()
Dfuse_convolutions.cc32 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FuseResizePadAndConv()
86 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FuseResizeAndConv()
141 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FusePadAndConv()
Dfold_old_batch_norms.cc294 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldOldBatchNorms()
325 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldOldBatchNorms()
363 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()
Dround_weights.cc38 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in RoundWeights()
Dremove_nodes.cc67 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in RemoveNodes()
Dfold_batch_norms.cc35 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FoldBatchNorms()
Dflatten_atrous.cc30 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in FlattenAtrousConv()
Dquantize_weights.cc40 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in QuantizeWeights()
Dtransform_utils.h198 Status ReplaceMatchingOpTypes(
Dsparsify_gather.cc254 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes( in SparsifyGatherInternal()
DREADME.md41 * [ReplaceMatchingOpTypes](#replacematchingoptypes)
938 ### ReplaceMatchingOpTypes subsection
948 `ReplaceMatchingOpTypes` helper. This takes in a graph, an `OpTypePattern`
959 TF_RETURN_IF_ERROR(ReplaceMatchingOpTypes(
1012 There are a few things to know about the `ReplaceMatchingOpTypes` function:
Dtransform_utils.cc363 Status ReplaceMatchingOpTypes( in ReplaceMatchingOpTypes() function
Dtransform_utils_test.cc433 TF_ASSERT_OK(ReplaceMatchingOpTypes( in TestReplaceMatchingOpTypes()