Searched refs:RunInstantiated (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime_test.cc | 289 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/ |
D | captured_function.h | 259 Status RunInstantiated(const std::vector<Tensor>& args,
|
D | generator_dataset_op.cc | 105 instantiated_finalize_func_->RunInstantiated(state_, &ignored); in ~Iterator()
|
D | captured_function.cc | 952 Status InstantiatedCapturedFunction::RunInstantiated( in RunInstantiated() function in tensorflow::data::InstantiatedCapturedFunction
|