Home
last modified time | relevance | path

Searched defs:indices_ty (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc127 auto indices_ty = op.indices().getType().dyn_cast<RankedTensorType>(); in verify() local
170 auto indices_ty = indices.getType().dyn_cast<RankedTensorType>(); in InferOneHotOpType() local
2411 auto indices_ty = op.indices().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc1595 auto indices_ty = indices.getType().dyn_cast<ShapedType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1493 auto indices_ty = indices.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
4452 auto indices_ty = in matchAndRewrite() local
5297 auto indices_ty = op.indices().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1580 auto indices_ty = indices.getType().dyn_cast_or_null<ShapedType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc3209 auto indices_ty = indices.getType().cast<ShapedType>(); in matchAndRewrite() local