Searched refs:UpdateTypeAndInsertIncompatibleUseCasts (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | shape_inference.cc | 730 bool UpdateTypeAndInsertIncompatibleUseCasts(Type new_type, Value result); 843 bool ShapeInference::UpdateTypeAndInsertIncompatibleUseCasts(Type new_type, in UpdateTypeAndInsertIncompatibleUseCasts() function in mlir::TF::ShapeInference 878 return UpdateTypeAndInsertIncompatibleUseCasts(potential_refined_type, in RefineResultType() 928 return UpdateTypeAndInsertIncompatibleUseCasts(new_type, op->getResult(0)); in InferShapeForCast() 1042 return UpdateTypeAndInsertIncompatibleUseCasts(subtype, op->getResult(0)); in InferShapeForRestore() 1821 if (!UpdateTypeAndInsertIncompatibleUseCasts(std::get<1>(result), in RefineWithInferTypeOpInterface() 1904 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, result)) in RefineTypeForPassThroughOperands() 1919 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, result)) in RefineShapeForPassThroughOps() 2171 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, op_result)) in InferShapeForSingleOperation() 2534 (void)UpdateTypeAndInsertIncompatibleUseCasts(eattr.getType(), in TryToFold()
|