Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc42 class VariableShapeOp : public XlaOpKernel { class
44 explicit VariableShapeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in VariableShapeOp() function in tensorflow::__anon5691afd60111::VariableShapeOp
61 REGISTER_XLA_OP(Name("VariableShape"), VariableShapeOp);
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc254 class VariableShapeOp : public OpKernel { class
256 explicit VariableShapeOp(OpKernelConstruction* c) : OpKernel(c) {} in VariableShapeOp() function in tensorflow::VariableShapeOp
276 VariableShapeOp<int32>);
279 VariableShapeOp<int64>);
288 VariableShapeOp<int32>);
294 VariableShapeOp<int64>);