Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc37 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &handle)); in Compile()
82 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, dtype_, &var_shape, &var)); in Compile()
128 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &var)); in Compile()
129 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(1, type, &accum_shape, &accum)); in Compile()
186 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &var)); in Compile()
187 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(1, type, &accum_shape, &accum)); in Compile()
244 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &var)); in Compile()
245 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(1, type, &accum_shape, &accum)); in Compile()
293 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &var_shape, &var)); in Compile()
294 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(1, type, &accum_shape, &accum)); in Compile()
[all …]
Dvariable_ops.cc73 ctx, ctx->ReadVariableInput(0, dtype_, /*shape=*/nullptr, &handle)); in Compile()
99 ctx->ReadVariableInput(0, type, /*shape=*/nullptr, &handle)); in Compile()
115 ctx->ReadVariableInput(0, type, /*shape=*/nullptr, &handle)); in Compile()
134 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, type, &input_shape, &input)); in Compile()
165 context, context->ReadVariableInput(0, dtype, &var_shape, &var_value)); in Compile()
Dstateful_random_ops.cc191 TF_RETURN_IF_ERROR(ctx->ReadVariableInput( in CompileImpl()
439 ctx->ReadVariableInput(state_input_idx, STATE_ELEMENT_DTYPE, in Compile()
Dstrided_slice_op.cc638 OP_REQUIRES_OK(ctx, ctx->ReadVariableInput(0, dtype_, &lhs_shape, &lhs)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h232 Status ReadVariableInput(int index, DataType type, TensorShape* shape,
236 Status ReadVariableInput(absl::string_view name, DataType type,
Dxla_op_kernel.cc510 Status XlaOpKernelContext::ReadVariableInput(int index, DataType type, in ReadVariableInput() function in tensorflow::XlaOpKernelContext
517 Status XlaOpKernelContext::ReadVariableInput(absl::string_view name, in ReadVariableInput() function in tensorflow::XlaOpKernelContext