Home
last modified time | relevance | path

Searched refs:op_kernel_context (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Didentity_op.cc30 ctx->op_kernel_context()->set_output(i, in Compile()
31 ctx->op_kernel_context()->input(i)); in Compile()
Dretval_op.cc38 const Tensor& input = ctx->op_kernel_context()->input(0); in Compile()
Darg_op.cc49 ctx->op_kernel_context()->set_output(0, val); in Compile()
Dwhile_op.cc570 ctx->op_kernel_context()->set_output( in Compile()
572 ctx->op_kernel_context()->input(update.input_index)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h237 OpKernelContext* op_kernel_context() const { return context_; } in op_kernel_context() function
Dxla_compiler_test.cc97 ResourceMgr* rm = ctx->op_kernel_context()->resource_manager(); in Compile()