File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tensorflow/tools/ci_build/builds Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,9 @@ function run_op() {
239
239
fi
240
240
}
241
241
242
- run_op $( " ${PYTHON_BIN_PATH} " -c " import tensorflow as tf; print(tf.Session('').run(tf.load_op_library('./${USER_OP_SO} ').${USER_OP} (${OP_INPUT} )))" )
243
- run_op $( " ${PYTHON_BIN_PATH} " -c " import tensorflow as tf; tf.enable_eager_execution(); print(tf.load_op_library('./${USER_OP_SO} ').${USER_OP} (${OP_INPUT} ))" ) " in eager mode"
242
+ run_op " $( " ${PYTHON_BIN_PATH} " -c " import tensorflow as tf; print(tf.Session('').run(tf.load_op_library('./${USER_OP_SO} ').${USER_OP} (${OP_INPUT} )))" ) "
243
+ run_op " $( " ${PYTHON_BIN_PATH} " -c " import tensorflow as tf; tf.enable_eager_execution(); print(tf.load_op_library('./${USER_OP_SO} ').${USER_OP} (${OP_INPUT} ).numpy())" ) " " in eager mode"
244
+
244
245
245
246
popd
246
247
You can’t perform that action at this time.
0 commit comments