Home
last modified time | relevance | path

Searched refs:GetArg (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Darg_op.cc43 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val)); in Compile()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc916 HasError(frame.GetArg(0, &v), "Invalid argument"); in TEST()
934 HasError(frame.GetArg(-1, &v), "Invalid argument"); in TEST()
935 HasError(frame.GetArg(2, &v), "Invalid argument"); in TEST()
936 TF_EXPECT_OK(frame.GetArg(0, &v)); in TEST()
938 TF_EXPECT_OK(frame.GetArg(1, &v)); in TEST()
Dfunction.h276 virtual Status GetArg(int index, Tensor* val) const = 0;
303 Status GetArg(int index, Tensor* val) const override;
Dfunction.cc1121 Status FunctionCallFrame::GetArg(int index, Tensor* val) const { in GetArg() function in tensorflow::FunctionCallFrame
/external/u-boot/tools/binman/
Dentry.py408 value = self.GetArg(prop.name, prop.datatype)
533 def GetArg(self, name, datatype=str): member in Entry
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc90 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::data::MapDefunOp::MapFunctionCallFrame
Dsingle_threaded_executor.cc288 TF_CHECK_OK(args.call_frame->GetArg(i, &arg)); in Run()
Dcaptured_function.cc313 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::data::__anon173dfe950111::OwnedArgsCallFrame
346 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::data::__anon173dfe950111::BorrowedArgsCallFrame
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc48 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val)); in Compute()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1367 Status s = frame->GetArg(i, &arg); in Run()
Ddirect_session.cc1866 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::DirectSession::RunCallableCallFrame