Searched refs:RET_VAL (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | nightly_release_smoke_test.sh | 72 …RET_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
|
D | pip_new.sh | 349 …RET_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/ |
D | pip_smoke_test.sh | 69 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/ |
D | rewrite-invoke.ll | 24 ; CHECK-NEXT: [[RET_VAL:%[^ ]+]] = call i8 addrspace(1)* @llvm.experimental.gc.result.p1i8(token [[…
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 54 #define RET_VAL 666 macro
|
D | nftw64.h | 53 #define RET_VAL 666 macro
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | rewrite-invoke.ll | 25 ; CHECK-NEXT: [[RET_VAL:%[^ ]+]] = call i8 addrspace(1)* @llvm.experimental.gc.result.p1i8(token [[…
|
/external/llvm-project/mlir/test/Target/ |
D | openmp-llvm.mlir | 10 …// 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…
|