Searched refs:op_s (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_batchnorm_test.py | 381 op_c, op_m, op_v, op_s = self._opSuffStats(x, axes, shift, keep_dims) 383 tf_c, tf_m, tf_v, tf_s = self.evaluate([op_c, op_m, op_v, op_s]) 389 op_c, op_m, op_v, op_s = self._opSuffStats(x, axes, shift, keep_dims) 391 tf_c, tf_m, tf_v, tf_s = sess.run([op_c, op_m, op_v, op_s],
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | pattern.mlir | 269 // CHECK-NEXT: [[V0:%.+]] = "test.op_s"([[C0]]) 270 %1 = "test.op_s"(%0) {value = 1 : i32} : (i32) -> i32 282 // CHECK: [[V0:%.+]] = "test.op_s"([[C0]]) {value = 2 : i32}
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestOps.td | 831 def OpS : TEST_Op<"op_s">, Arguments<(ins AnyInteger, AnyAttr:$value)>, Results<(outs AnyInteger)>;
|
/external/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 1546 Instr op_s, in SVEFPMulIndexHelper() argument 1570 op = op_s; in SVEFPMulIndexHelper()
|
D | assembler-aarch64.h | 6745 Instr op_s,
|