Home
last modified time | relevance | path

Searched defs:batch_norm (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander.cc152 HloInstruction* batch_norm) { in HandleBatchNormTraining()
295 HloInstruction* batch_norm) { in HandleBatchNormInference()
384 HloInstruction* batch_norm) { in HandleBatchNormGrad()
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/modules/
H A Dfused.py169 def __init__(self, batch_norm, relu): argument
181 def __init__(self, batch_norm, relu): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_benchmark_test.cc65 Node* batch_norm; member
71 Node* batch_norm; member
214 Node* batch_norm = conv_graph.batch_norm; in Conv2DWithBatchNormAndActivation() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dbatchnorm.h13 inline Tensor batch_norm( in batch_norm() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dgpu_fusion.cc70 auto batch_norm = dyn_cast_or_null<FusedBatchNormV3Op>(relu_input); in matchAndRewrite() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset14.py69 def batch_norm( function
H A Dsymbolic_opset9.py2626 def batch_norm( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBatchnorm.cpp74 Tensor batch_norm( in batch_norm() function
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dpt_engine.py33 def batch_norm(self, data, mean, var, training): member in TorchTensorEngine
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchaudio_models.py187 batch_norm=True, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc893 auto batch_norm = ops::FusedBatchNorm( in CreateGrapplerItemWithBatchNorm() local
2230 auto batch_norm = ops::FusedBatchNorm( in CreateGrapplerItemWithInterDeviceTransfers() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h623 std::string batch_norm = R"( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper_test.cc1744 auto batch_norm = ops::FusedBatchNorm(s.WithOpName("batch_norm"), conv, scale, in TEST_F() local
1823 auto batch_norm = ops::FusedBatchNorm(s.WithOpName("batch_norm"), conv, in TEST_F() local
H A Dgeneric_layout_optimizer_transposer_test.cc140 auto batch_norm = ops::FusedBatchNormV2( in CreateSimpleFusedBatchNorm() local
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py897 def batch_norm( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNormalization.cpp668 Tensor batch_norm( in batch_norm() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py2781 def batch_norm( function