Searched refs:batch_norm_inference (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | unfuse_batch_norm.mlir | 24 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance) 43 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance) 58 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance) 73 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance) 87 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance) 129 %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance)
|
D | lhlo_gpu_ops.mlir | 17 …"lmhlo_gpu.batch_norm_inference"(%arg0, %arg1, %arg2, %arg3, %arg4, %arg_out) {epsilon = 1.000000e…
|
D | lhlo_ops.mlir | 815 …"lmhlo.batch_norm_inference"(%arg0, %arg1, %arg2, %arg3, %arg4, %arg_out) {epsilon = 1.000000e-03 …
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_verifier.cc | 1048 HloInstruction* batch_norm_inference) { in HandleBatchNormInference() argument 1049 return CheckShape(batch_norm_inference, in HandleBatchNormInference() 1051 batch_norm_inference->operand(0)->shape(), in HandleBatchNormInference() 1052 batch_norm_inference->operand(1)->shape(), in HandleBatchNormInference() 1053 batch_norm_inference->operand(2)->shape(), in HandleBatchNormInference() 1054 batch_norm_inference->operand(3)->shape(), in HandleBatchNormInference() 1055 batch_norm_inference->operand(4)->shape(), in HandleBatchNormInference() 1056 batch_norm_inference->feature_index())); in HandleBatchNormInference()
|
D | hlo_cost_analysis.h | 99 const HloInstruction* batch_norm_inference) override;
|
D | hlo_evaluator.h | 275 HloInstruction* batch_norm_inference) override { in HandleBatchNormInference() argument
|
D | hlo_verifier.h | 106 HloInstruction* batch_norm_inference) override;
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | lhlo_gpu_ops.td | 63 def LHLOGPU_BatchNormInferenceOp : LHLOGPU_Op<"batch_norm_inference">,
|
D | lhlo_ops.td | 353 def LHLO_BatchNormInferenceOp : LHLO_Op<"batch_norm_inference", []>,
|
D | hlo_ops.td | 767 def HLO_BatchNormInferenceOp : HLO_Op<"batch_norm_inference",
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
D | hlo_text_to_lhlo_no_opt.hlotxt | 437 // CHECK: "lmhlo_gpu.batch_norm_inference"
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf.mlir | 16 …// CHECK: "mhlo.batch_norm_inference"(%arg0, %arg1, %arg2, %arg3, %arg4) {epsilon = 1.000000e-03 :… 34 …// CHECK: "mhlo.batch_norm_inference"({{.*}}, %arg1, %arg2, %arg3, %arg4) {epsilon = 1.000000e-03 … 53 …// CHECK: "mhlo.batch_norm_inference"({{.*}}, %arg1, %arg2, %arg3, %arg4) {epsilon = 1.000000e-03 … 62 …// CHECK: [[Y:%.*]] = "mhlo.batch_norm_inference"([[CONVERT_X]], [[SCALE]], [[OFFSET]], [[MEAN]], … 134 …// CHECK: "mhlo.batch_norm_inference"({{.*}}, %arg1, %arg2, %arg3, %arg4) {epsilon = 1.000000e-03 …
|