Searched defs:VariableShapeOp (Results 1 – 2 of 2) sorted by relevance
56 class VariableShapeOp : public XlaOpKernel { class58 explicit VariableShapeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in VariableShapeOp() function in tensorflow::__anon735ed9830111::VariableShapeOp
79 explicit VariableShapeOp(OpKernelConstruction* c) : OpKernel(c) {} in VariableShapeOp() function