Searched defs:ReadVariableOp (Results 1 – 4 of 4) sorted by relevance
63 class ReadVariableOp : public XlaOpKernel { class65 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon5691afd60111::ReadVariableOp
84 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
2210 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
11746 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func