OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetResourceInput
(Results
1 - 8
of
8
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
tensor_array_ops.cc
205
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
255
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
298
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
367
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
452
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
511
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
559
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &var));
581
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
if_op.cc
66
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(i + 1, &resource));
117
ctx->
GetResourceInput
(update.input_index + 1, &resource));
215
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(input_num, &resource));
265
ctx->
GetResourceInput
(update.input_index + 1, &resource));
case_op.cc
63
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(i + 1, &resource));
116
ctx->
GetResourceInput
(update.input_index + 1, &resource));
227
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(input_num, &resource));
277
ctx->
GetResourceInput
(update.input_index + 1, &resource));
stack_ops.cc
138
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
184
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &resource));
while_op.cc
60
TF_RETURN_IF_ERROR(ctx->
GetResourceInput
(i, &resource));
351
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(update.input_index, &resource));
480
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(input_num, &resource));
556
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(update.input_index, &resource));
variable_ops.cc
35
OP_REQUIRES_OK(ctx, ctx->
GetResourceInput
(0, &variable));
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h
190
Status
GetResourceInput
(int index, XlaResource** resource);
xla_op_kernel.cc
500
Status XlaOpKernelContext::
GetResourceInput
(int index, XlaResource** resource) {
Completed in 1591 milliseconds