Home
last modified time | relevance | path

Searched defs:fused_batch_norm (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper.cc111 int fused_batch_norm = kMissingIndex; member
118 int fused_batch_norm = kMissingIndex; member
208 int fused_batch_norm = kMissingIndex; member
223 int fused_batch_norm = kMissingIndex; member
1655 [&](const utils::MutableNodeView& fused_batch_norm) -> bool { in FindFusedBatchNormEx()
2123 void CopyFusedBatchNormAttributes(const NodeDef& fused_batch_norm, in CopyFusedBatchNormAttributes()
2367 const NodeDef& fused_batch_norm = graph->node(matched.fused_batch_norm); in AddFusedConv2DNode() local
2408 const NodeDef& fused_batch_norm = graph->node(matched.fused_batch_norm); in AddFusedConv2DNode() local
2769 const NodeDef& fused_batch_norm = graph->node(matched.fused_batch_norm); in AddFusedBatchNormExNode() local
3685 FusedBatchNorm fused_batch_norm; in Optimize() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfused_batch_norm_op_test.cc243 Node* fused_batch_norm; in FusedBatchNormInference() local
282 Node* fused_batch_norm; in FusedBatchNormGrad() local
H A Dfused_batch_norm_ex_op_test.cc600 Node* fused_batch_norm; in FusedBatchNormEx() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_impl.py1599 def fused_batch_norm( function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmkl_layout_pass.cc879 string fused_batch_norm; member