Searched defs:ReadVariableOp (Results 1 – 5 of 5) sorted by relevance
78 class ReadVariableOp : public XlaOpKernel { class80 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon735ed9830111::ReadVariableOp
65 Status ReadVariableOp(AbstractContext* ctx, in ReadVariableOp() function
90 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
3389 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
35511 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func