Searched refs:op_v (Results 1 – 4 of 4) 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]) 385 tf_c, tf_m, tf_v = self.evaluate([op_c, op_m, op_v]) 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], 394 tf_c, tf_m, tf_v = sess.run([op_c, op_m, op_v],
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_32.c | 55 #define EMIT_SHIFT(op_imm, op_v) \ argument 64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
|
D | sljitNativeMIPS_64.c | 138 #define EMIT_SHIFT(op_dimm, op_dimm32, op_imm, op_dv, op_v) \ argument 153 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
|
/external/arm-optimized-routines/test/ |
D | mathtest.c | 1627 op_v, in main() enumerator 1646 case op_v: in main()
|