Home
last modified time | relevance | path

Searched defs:ReadVariableOp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dvariable_ops.cc78 class ReadVariableOp : public XlaOpKernel { class
80 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon735ed9830111::ReadVariableOp
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/
H A Dresource_variable_ops.cc65 Status ReadVariableOp(AbstractContext* ctx, in ReadVariableOp() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc90 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc3389 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go35511 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func