Home
last modified time | relevance | path

Searched defs:input_ty (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc341 auto input_ty = input.getType().cast<ShapedType>(); in matchAndRewrite() local
760 Type input_ty = input.getType(); in matchAndRewrite() local
1034 auto input_ty = input.getType().cast<ShapedType>(); in matchAndRewrite() local
1302 auto input_ty = input.getType().cast<ShapedType>(); in matchAndRewrite() local
Dshape_inference.cc1612 if (auto input_ty = func_type.getInput(i).dyn_cast<RankedTensorType>()) { in InferShapeForFunction() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc986 auto input_ty = input.getType().dyn_cast<RankedTensorType>(); in CanBeTranslatedToDynamicSlice() local
1020 auto input_ty = input.getType().dyn_cast<RankedTensorType>(); in TFSliceSizes2HLOSliceSizes() local
1171 auto input_ty = op.input().getType().template dyn_cast<RankedTensorType>(); in matchAndRewrite() local
1729 auto input_ty = op.input().getType().template cast<ShapedType>(); in matchAndRewrite() local
2528 auto input_ty = op.input().getType().template dyn_cast<RankedTensorType>(); in matchAndRewrite() local
3103 RankedTensorType input_ty, in rewriteWithConstantBegin()
3162 RankedTensorType input_ty, in rewriteWithUnknownBegin()
3302 auto input_ty = op.input().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
3624 auto input_ty = op.input().getType().template dyn_cast<RankedTensorType>(); in matchAndRewrite() local
3982 auto input_ty = op.input().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1292 auto input_ty = op.x().getType().template dyn_cast<RankedTensorType>(); in Verify() local
1575 const TensorType input_ty = input.getType().template cast<TensorType>(); in inferConvReturnTypes() local
1703 auto input_ty = input().getType().dyn_cast<TensorType>(); in GetOptimalLayout() local
1786 auto input_ty = input().getType().dyn_cast<TensorType>(); in GetOptimalLayout() local
1898 auto input_ty = op.x().getType().dyn_cast<RankedTensorType>(); in Verify() local
2130 auto input_ty = input.getType().dyn_cast<RankedTensorType>(); in InferExpandDimsOpType() local
Dtf_ops_n_z.cc889 static Attribute ConvertShapeToAttr(Type input_ty, int out_width) { in ConvertShapeToAttr()
1084 auto input_ty = op.input().getType().dyn_cast<RankedTensorType>(); in Verify() local
1550 auto input_ty = input().getType().template dyn_cast<RankedTensorType>(); in fold() local
1870 auto input_ty = this->input().getType().dyn_cast<RankedTensorType>(); in GetSlicedBoundRanges() local
2558 auto input_ty = nms_op.getType().template cast<ShapedType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/python/
Dlite.py322 def quantizer_flags(self, input_ty=None, output_ty=None): argument
347 def flags_modify_model_io_type(self, input_ty=None, output_ty=None): argument
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1352 auto input_ty = input.getType().cast<TensorType>(); in GetReshapeOutputType() local
1453 auto input_ty = op.input().getType().cast<TensorType>(); in Verify() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2550 ShapedType input_ty = input.getType().cast<ShapedType>(); in matchAndRewrite() local