Home
last modified time | relevance | path

Searched defs:begin_type (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc637 RankedTensorType begin_type = begin.getType().cast<RankedTensorType>(); in RewriteEllipsisMask() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1539 auto begin_type = op.begin().getType().cast<ShapedType>(); in Verify() local
1633 auto begin_type = begin.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc2247 const auto begin_type = context->tensors[node->inputs->data[1]].type; in Validate() local