/external/google-fruit/extras/benchmark/ |
D | compile_time_benchmark.cpp | 61 #define EVAL(...) EVAL2(EVAL2(EVAL2(EVAL2(__VA_ARGS__)))) macro 127 EVAL(REPEAT(DEFINITIONS)) in EVAL() function 129 Component<Required<EVAL(REPEAT(REQUIREMENTS)) int>> getComponent(EVAL(REPEAT(PARAMETERS)) int) { in EVAL() 130 return createComponent() EVAL(REPEAT(BINDINGS)); in EVAL()
|
D | new_delete_benchmark.cpp | 47 #define EVAL(...) EVAL2(EVAL2(EVAL2(EVAL2(__VA_ARGS__)))) macro 86 EVAL(REPEAT(DEFINITIONS)) in EVAL() function 98 EVAL(REPEAT(ALLOCATE)) in EVAL() 99 EVAL(REPEAT(DEALLOCATE)) in EVAL()
|
/external/tensorflow/tensorflow/python/saved_model/model_utils/ |
D | mode_keys.py | 52 EVAL = 'eval' variable in EstimatorModeKeys 61 return mode in [KerasModeKeys.TEST, EstimatorModeKeys.EVAL]
|
D | mode_keys_test.py | 37 self.assertEqual(1, mode_map[mode_keys.EstimatorModeKeys.EVAL])
|
D | export_utils.py | 42 ModeKeys.TEST: [tag_constants.EVAL]})
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer_impl.h | 138 #define EVAL UnrollerLMask<0, NumEdges, 1, EdgeMaskT::value>::step(eval_lambda); in rasterizePartialTile() macro 176 EVAL; in rasterizePartialTile() 179 EVAL; in rasterizePartialTile() 182 EVAL; in rasterizePartialTile() 185 EVAL; in rasterizePartialTile() 190 EVAL; in rasterizePartialTile() 193 EVAL; in rasterizePartialTile() 196 EVAL; in rasterizePartialTile() 199 EVAL; in rasterizePartialTile() 204 EVAL; in rasterizePartialTile() [all …]
|
/external/toybox/scripts/ |
D | runtest.sh | 130 echo -ne "$5" | ${EVAL:-eval --} "$2" > actual 144 printf "%s\n" "echo -ne '$5' |$EVAL $2"
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | tag_constants.py | 42 EVAL = "eval" variable
|
D | load_test.py | 1976 load.load(path, tags=[tag_constants.EVAL])
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.estimator.-mode-keys.pbtxt | 6 name: "EVAL"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.estimator.-mode-keys.pbtxt | 6 name: "EVAL"
|
/external/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 32 EVAL = 26; enumerator
|
D | test_reserved_message_upper.proto | 31 message EVAL {} message
|
D | test_reserved_enum_upper.proto | 31 enum EVAL { ZERO27 = 0; } enum
|
/external/tensorflow/tensorflow/python/tpu/ |
D | async_checkpoint_test.py | 81 elif mode == model_fn_lib.ModeKeys.EVAL: 94 mode=model_fn_lib.ModeKeys.EVAL, loss=loss, eval_metrics=eval_metrics)
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeS390X.c | 1087 #define EVAL(op, r, addr) op(r, addr.offset, addr.index, addr.base) macro 1089 (cond) ? EVAL(i1, r, addr) : EVAL(i2, r, addr) 1645 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() 1745 EVAL(llgc, tmp0, mem))); in sljit_emit_op1() 1748 EVAL(stcy, tmp0, mem)); in sljit_emit_op1() 1752 EVAL(llgh, tmp0, mem))); in sljit_emit_op1() 1755 EVAL(sthy, tmp0, mem)); in sljit_emit_op1() 1759 EVAL(ly, tmp0, mem))); in sljit_emit_op1() 1762 EVAL(sty, tmp0, mem)); in sljit_emit_op1() 1766 EVAL(lg, tmp0, mem))); in sljit_emit_op1() [all …]
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_26.txt | 2 (SMTPD32-7.07 EVAL) id AFF92F0214; Sun, 12 May 2002 08:55:37 +0100
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_26.txt | 2 (SMTPD32-7.07 EVAL) id AFF92F0214; Sun, 12 May 2002 08:55:37 +0100
|
/external/tcpdump/tests/ |
D | resp_4_infiniteloop.out | 2 …alid invalid invalid invalid invalid invalid invalid invalid invalid "4" "EVAL" invalid invalid in…
|
/external/toybox/tests/ |
D | sh.test | 135 export EVAL="$SH -c"
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | quantization_mnist_test.py | 230 if mode == ModeKeys.EVAL:
|
/external/tensorflow/tensorflow/python/compiler/xla/ |
D | xla_test.py | 41 _EVAL = model_fn_lib.ModeKeys.EVAL
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 974 { "EVAL", 2961 " --eval <file> Send an EVAL command using the Lua script at <file>.\n" 3255 argv2[0] = sdsnew("EVAL");
|