Home
last modified time | relevance | path

Searched refs:RET_VAL (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/tools/ci_build/builds/
Dnightly_release_smoke_test.sh72RET_VAL=$(python -c "import tensorflow as tf; t1=tf.constant([1,2,3,4]); t2=tf.constant([5,6,7,8])…
73 if ! [[ ${RET_VAL} == *'(4,)'* ]]; then
80 RET_VAL=$(python -c "import tensorflow as tf; print(tf.keras.__name__)")
81 if ! [[ ${RET_VAL} == *'tensorflow.keras'* ]]; then
88 RET_VAL=$(python -c "import tensorflow as tf; print(tf.estimator.__name__)")
89 if ! [[ ${RET_VAL} == *'tensorflow_estimator.python.estimator.api._v2.estimator'* ]]; then
Dpip_new.sh349RET_VAL=$(python -c "import tensorflow as tf; t1=tf.constant([1,2,3,4]); t2=tf.constant([5,6,7,8])…
356 if ! [[ ${RET_VAL} == *'(4,)'* ]]; then
/external/tflite-support/tensorflow_lite_support/tools/ci_build/builds/
Dpip_smoke_test.sh69 RET_VAL=$(python -c "from tflite_support import metadata; \
74 if ! [[ ${RET_VAL} == *"MobileNetV1 image classifier (quantized)"* ]]; then
75 echo "Unexpected return value: ${RET_VAL}"
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drewrite-invoke.ll24 ; CHECK-NEXT: [[RET_VAL:%[^ ]+]] = call i8 addrspace(1)* @llvm.experimental.gc.result.p1i8(token [[…
/external/ltp/testcases/kernel/syscalls/nftw/
Dnftw.h54 #define RET_VAL 666 macro
Dnftw64.h53 #define RET_VAL 666 macro
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
Drewrite-invoke.ll25 ; CHECK-NEXT: [[RET_VAL:%[^ ]+]] = call i8 addrspace(1)* @llvm.experimental.gc.result.p1i8(token [[…
/external/llvm-project/mlir/test/Target/
Dopenmp-llvm.mlir10 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskwait(%struct.ident_t* @{{[0-9]+}}, i32 …
14 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskyield(%struct.ident_t* @{{[0-9]+}}, i32…