Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_utils.h173 auto new_ty = newKnowledge.getType(); in CreateOpAndInfer() local
H A Dlegalize_utils.cc576 auto new_ty = op.getType().cast<ShapedType>().clone(ety); in ApplyPatternsWithShapeResolution() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp585 void ClassType::unsafeChangeAttributeType(const std::string& name, const TypePtr& new_ty) { in unsafeChangeAttributeType()