Home
last modified time | relevance | path

Searched refs:total_scale_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc113 int total_scale_size = ctx->InputShape(1).num_elements(); in CompileImpl() local
114 int sample_size = total_input_size / total_scale_size; in CompileImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1994 int total_scale_size = scale_type_tensor.getNumElements(); in matchAndRewrite() local
1995 int sample_size = total_input_size / total_scale_size; in matchAndRewrite()