Home
last modified time | relevance | path

Searched defs:VariableShapeOp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dvariable_ops.cc56 class VariableShapeOp : public XlaOpKernel { class
58 explicit VariableShapeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in VariableShapeOp() function in tensorflow::__anon735ed9830111::VariableShapeOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.h79 explicit VariableShapeOp(OpKernelConstruction* c) : OpKernel(c) {} in VariableShapeOp() function