- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for var0_value (0.3 seconds)
-
tensorflow/c/eager/c_api_distributed_test.cc
" input_arg {" " name: 'var0'" " type: DT_RESOURCE" " }" " output_arg {" " name: 'var0_value'" " type: DT_FLOAT" " }" " }" " node_def {" " name: 'read0'" " op: 'ReadVariableOp'" " input: 'var0'"Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 23.4K bytes - Click Count (0) -
tensorflow/c/eager/custom_device_test.cc
executed = false; num_retvals = 1; TFE_TensorHandle* var_value = nullptr; TFE_Execute(op.get(), &var_value, &num_retvals, status.get()); ASSERT_TRUE(TF_GetCode(status.get()) == TF_OK) << TF_Message(status.get()); ASSERT_TRUE(executed); auto value_cleaner = tensorflow::gtl::MakeCleanup( [var_value]() { TFE_DeleteTensorHandle(var_value); }); ASSERT_EQ(tensorflow::string(name), tensorflow::string(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Aug 27 23:39:24 GMT 2020 - 18.4K bytes - Click Count (0)