Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc63 class ReadVariableOp : public XlaOpKernel { class
65 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon5691afd60111::ReadVariableOp
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc84 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2210 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go11746 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func