Searched defs:ReadVariableOp (Results 1 – 4 of 4) sorted by relevance
64 class ReadVariableOp : public XlaOpKernel { class66 explicit ReadVariableOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ReadVariableOp() function in tensorflow::__anon798bfbf40111::ReadVariableOp
87 ReadVariableOp::ReadVariableOp(OpKernelConstruction* c) : OpKernel(c) { in ReadVariableOp() function in tensorflow::ReadVariableOp
3310 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, function
17978 func ReadVariableOp(scope *Scope, resource tf.Output, dtype tf.DataType) (value tf.Output) { func