/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | arg_op.cc | 43 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val)); in Compile()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 916 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()
|
D | function.h | 276 virtual Status GetArg(int index, Tensor* val) const = 0; 303 Status GetArg(int index, Tensor* val) const override;
|
D | function.cc | 1121 Status FunctionCallFrame::GetArg(int index, Tensor* val) const { in GetArg() function in tensorflow::FunctionCallFrame
|
/external/u-boot/tools/binman/ |
D | entry.py | 408 value = self.GetArg(prop.name, prop.datatype) 533 def GetArg(self, name, datatype=str): member in Entry
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_defun_op.cc | 90 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::data::MapDefunOp::MapFunctionCallFrame
|
D | single_threaded_executor.cc | 288 TF_CHECK_OK(args.call_frame->GetArg(i, &arg)); in Run()
|
D | captured_function.cc | 313 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/ |
D | function_ops.cc | 48 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val)); in Compute()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 1367 Status s = frame->GetArg(i, &arg); in Run()
|
D | direct_session.cc | 1866 Status GetArg(int index, Tensor* val) const override { in GetArg() function in tensorflow::DirectSession::RunCallableCallFrame
|