Home
last modified time | relevance | path

Searched defs:BatchNorm (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_norm_op_gpu.cu.cc27 template struct functor::BatchNorm<GPUDevice, float>; member in tensorflow::functor
28 template struct functor::BatchNorm<GPUDevice, Eigen::half>; member in tensorflow::functor
H A Dbatch_norm_op.h27 struct BatchNorm { struct
28 void operator()(const Device& d, typename TTypes<T, 4>::ConstTensor input, in operator()
/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dop_batch_norm.py23 class BatchNorm(NodeVisitor): class
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dnormalization_ops.py25 class BatchNorm(NodeVisitor): class
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_schema_info.cpp91 TEST(SchemaInfoIsMutableTest, BatchNorm) { in TEST() argument
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dmodels.py58 class BatchNorm(torch.nn.Module): class
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py3123 class BatchNorm(torch.nn.BatchNorm2d): class