Searched defs:ReadVariableOp (Results 1 – 5 of 5) sorted by relevance
64 Status ReadVariableOp(AbstractContext* ctx, in ReadVariableOp() function
65 class ReadVariableOp : public XlaOpKernel { class67 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anondb9b29f90111::ReadVariableOp
87 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
3322 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
15022 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func