| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | ensure_static_shapes_pass.cc | 32         if (ShapedType shaped_type = type.dyn_cast<ShapedType>()) {  in runOnFunction()  local
 | 
| D | freeze_saved_model_assets.cc | 92       ShapedType shaped_type =  in runOnOperation()  local
 | 
| D | init_text_file_to_import_test_pass.cc | 82       ShapedType shaped_type =  in runOnOperation()  local
 | 
| D | readonly_references_to_resources.cc | 150     ShapedType shaped_type =  in runOnOperation()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ | 
| D | utils.cc | 44   auto shaped_type = value.getType().dyn_cast<ShapedType>();  in HasStaticShape()  local51   auto shaped_type = value.getType().dyn_cast<ShapedType>();  in HasStaticShapeAtDims()  local
 
 | 
| /external/tensorflow/tensorflow/dtensor/mlir/ | 
| D | group_assignment.cc | 84   auto shaped_type = mlir::RankedTensorType::get(  in ToMLIR()  local110   mlir::ShapedType shaped_type = group_assignment_attr.getType();  in FromMLIR()  local
 
 | 
| D | collectives.cc | 312   auto shaped_type = mlir::RankedTensorType::get(  in EmitAllReduce()  local420   auto shaped_type = mlir::RankedTensorType::get(  in CreateConstSrcTargetPair()  local
 
 | 
| D | group_assignment_test.cc | 49   auto shaped_type = mlir::RankedTensorType::get(  in CreateGroupAssignmentAttr()  local
 | 
| D | shape_utils.cc | 143       if (auto shaped_type =  in InferShapeOfTFOpWithCustomOperandConstantFn()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/common/ | 
| D | utils.h | 49   if (auto shaped_type = t.dyn_cast_or_null<ShapedType>()) {  in IsF32ShapedType()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ | 
| D | tf_jitrt_legalize_i1_type.cc | 97     ShapedType shaped_type = int_attr.getType();  in isLegalAttribute()  local110     ShapedType shaped_type = int_attr.getType();  in convertAttribute()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/utils/ | 
| D | convert_type.cc | 194   auto shaped_type = type.dyn_cast<mlir::ShapedType>();  in GetShapeStrippedType()  local
 | 
| D | constant_utils.cc | 32     PatternRewriter* rewriter, Location loc, ShapedType shaped_type,  in CreateConstOpWithSingleValue()
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/ | 
| D | flatbuffer_import.cc | 379     mlir::RankedTensorType shaped_type, mlir::FloatType elem_type,  in ConvertFloatBuffer()443     mlir::RankedTensorType shaped_type, mlir::Type elem_type,  in ConvertIntBuffer()
 496   auto shaped_type = type.dyn_cast<mlir::RankedTensorType>();  in BuildExternalConstOp()  local
 535                            mlir::RankedTensorType shaped_type,  in BuildVariableOp()
 580     const mlir::RankedTensorType shaped_type, OpBuilder& builder,  in BuildSparseConstOp()
 655   auto shaped_type = type.dyn_cast<mlir::RankedTensorType>();  in BuildConstOp()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ | 
| D | export_utils.cc | 230       if (auto shaped_type = elt_type.dyn_cast<mlir::ShapedType>()) {  in ConvertAttribute()  local443 Status SetShapeAttribute(absl::string_view name, mlir::ShapedType shaped_type,  in SetShapeAttribute()
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ | 
| D | shape_simplification.cc | 197       auto shaped_type =  in matchAndRewrite()  local
 | 
| /external/tensorflow/tensorflow/core/ir/importexport/ | 
| D | convert_attributes.cc | 181       if (auto shaped_type = elt_type.dyn_cast<ShapedType>()) {  in ConvertAttribute()  local280 Status SetShapeAttribute(absl::string_view name, ShapedType shaped_type,  in SetShapeAttribute()
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ | 
| D | legalize_tf.cc | 100     auto shaped_type = value.getType().dyn_cast<ShapedType>();  in HasSameStaticShapes()  local119   if (auto shaped_type = val.getType().dyn_cast<RankedTensorType>()) {  in CreateCastToInt32()  local
 132   auto shaped_type = input.getType().cast<ShapedType>();  in GetShape()  local
 
 | 
| D | optimize.cc | 316   auto shaped_type = type.dyn_cast<ShapedType>();  in GetShapeStrippedType()  local1257       if (auto shaped_type = t.dyn_cast<ShapedType>()) {  in CanFuseAffineOp()  local
 
 | 
| D | lower_static_tensor_list.cc | 481     if (auto shaped_type = element_shape.getType().dyn_cast<ShapedType>()) {  in matchAndRewrite()  local503                 if (auto shaped_type =  in matchAndRewrite()  local
 
 | 
| /external/tensorflow/tensorflow/core/ir/types/ | 
| D | dialect.cc | 441 ShapeAttr ShapeAttr::get(MLIRContext *context, ShapedType shaped_type) {  in get()474   auto shaped_type = value.getType().cast<ShapedType>();  in GetShape()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ | 
| D | tfl_ops.cc | 165     ShapedType shaped_type =  in VerifyOperandsHaveSameShapesOrBroadcastableShape()  local468   if (auto shaped_type = t.dyn_cast_or_null<ShapedType>()) {  in IsF32ShapedType()  local
 476   if (auto shaped_type = t.dyn_cast_or_null<ShapedType>()) {  in IsBF16ShapedType()  local
 670   if (auto shaped_type = result_type.dyn_cast<RankedTensorType>()) {  in buildComparisonBinOp()  local
 899     const auto shaped_type = value.getType().cast<ShapedType>();  in fold()  local
 3007   if (auto shaped_type = cond.getType().dyn_cast<ShapedType>()) {  in BuildSelectV2Op()  local
 3013   if (auto shaped_type = operand_type.dyn_cast<ShapedType>()) {  in BuildSelectV2Op()  local
 
 | 
| /external/tensorflow/tensorflow/dtensor/mlir/utils/ | 
| D | collective_lowering.cc | 597   const mlir::RankedTensorType shaped_type = mlir::RankedTensorType::get(  in LowerAllGatherOp()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ | 
| D | custom_call_encoding.cc | 126   ShapedType shaped_type = dense.getType();  in Flatten()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ | 
| D | ir_emitter_unnested.cc | 291   auto shaped_type = type.cast<mlir::ShapedType>();  in ComputeMaxUnrollFactor()  local
 |