Home
last modified time | relevance | path

Searched refs:AssignVariable (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc52 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, handle)); in Compile()
107 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, dtype_, var)); in Compile()
164 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, var)); in Compile()
165 OP_REQUIRES_OK(ctx, ctx->AssignVariable(1, type, accum)); in Compile()
222 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, var)); in Compile()
223 OP_REQUIRES_OK(ctx, ctx->AssignVariable(1, type, accum)); in Compile()
270 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, var)); in Compile()
271 OP_REQUIRES_OK(ctx, ctx->AssignVariable(1, type, accum)); in Compile()
325 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, var)); in Compile()
326 OP_REQUIRES_OK(ctx, ctx->AssignVariable(1, type, accum)); in Compile()
[all …]
Dvariable_ops.cc87 ctx->AssignVariable(0, ctx->input_type(1), ctx->Input(1))); in Compile()
101 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, handle)); in Compile()
117 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, type, handle)); in Compile()
174 context->AssignVariable(0, dtype, result.ValueOrDie())); in Compile()
Dstateful_random_ops.cc212 ctx->AssignVariable(state_input_idx, STATE_ELEMENT_DTYPE, var)); in CompileImpl()
471 ctx, ctx->AssignVariable(state_input_idx, STATE_ELEMENT_DTYPE, var)); in Compile()
Dstrided_slice_op.cc701 OP_REQUIRES_OK(ctx, ctx->AssignVariable(0, dtype_, lhs)); in Compile()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/
Dvariable_ops.h42 Status AssignVariable(ImmediateExecutionContext* ctx,
Dvariable_ops_test.cc84 TF_EXPECT_OK(internal::AssignVariable(context(), variable.get(), DT_FLOAT, in TEST_F()
Dvariable_ops.cc71 Status AssignVariable(ImmediateExecutionContext* ctx, in AssignVariable() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h243 Status AssignVariable(int input_index, DataType type, xla::XlaOp handle);
245 Status AssignVariable(absl::string_view name, DataType type,
Dxla_op_kernel.cc652 Status XlaOpKernelContext::AssignVariable(int input_index, DataType type, in AssignVariable() function in tensorflow::XlaOpKernelContext
659 Status XlaOpKernelContext::AssignVariable(absl::string_view name, DataType type, in AssignVariable() function in tensorflow::XlaOpKernelContext
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dvariable.cc60 return internal::AssignVariable(ctx_, handle_.get(), dtype_, handle); in Assign()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_colocate_composite_resource_ops.mlir66 // Tests AssignVariable op using composite device resource is wrapped inside
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.td330 // tf.TensorScatterUpdate, and tf.AssignVariable.