Home
last modified time | relevance | path

Searched refs:RunInstantiated (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc289 Status RunInstantiated(FunctionLibraryRuntime::Handle handle, in RunInstantiated() function in tensorflow::__anon96a4e55d0111::ProcessFunctionLibraryRuntimeTest
1062 TF_CHECK_OK(RunInstantiated(handle, {}, {x}, {&y})); in TEST_F()
1074 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F()
1086 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F()
1098 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F()
1111 TF_CHECK_OK(RunInstantiated(other_handle, {}, {x}, {&y})); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.h259 Status RunInstantiated(const std::vector<Tensor>& args,
Dgenerator_dataset_op.cc105 instantiated_finalize_func_->RunInstantiated(state_, &ignored); in ~Iterator()
Dcaptured_function.cc952 Status InstantiatedCapturedFunction::RunInstantiated( in RunInstantiated() function in tensorflow::data::InstantiatedCapturedFunction