Home
last modified time | relevance | path

Searched refs:GetLocalArg (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.cc124 Status ExecuteNodeArgs::GetLocalArg(const FunctionArgIndex& index, in GetLocalArg() function in tensorflow::ExecuteNodeArgs
126 Status s = EagerKernelArgs::GetLocalArg(index, val); in GetLocalArg()
Dexecute_node_test.cc117 TF_EXPECT_OK(args.GetLocalArg(FunctionArgIndex(0), &local0)); in TEST()
121 TF_EXPECT_OK(args.GetLocalArg(FunctionArgIndex(1, 0), &local1)); in TEST()
Dexecute_node.h58 Status GetLocalArg(const FunctionArgIndex& index, Tensor* val) const override;
Dkernel_and_device.h76 Status GetLocalArg(const FunctionArgIndex& index, Tensor* val) const override;
Dkernel_and_device.cc53 Status EagerKernelArgs::GetLocalArg(const FunctionArgIndex& index, in GetLocalArg() function in tensorflow::EagerKernelArgs
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h46 virtual Status GetLocalArg(const FunctionArgIndex& index,
Dprocess_function_library_runtime_test.cc825 Status GetLocalArg(const FunctionArgIndex& index, in GetLocalArg() function in tensorflow::__anon96a4e55d0111::TestFunctionPackedArgs
Dprocess_function_library_runtime.cc1684 if (args.GetLocalArg(index, &tensor).ok()) { in Run()