Home
last modified time | relevance | path

Searched refs:UpdateTypeAndInsertIncompatibleUseCasts (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc710 bool UpdateTypeAndInsertIncompatibleUseCasts(Type new_type, Value result);
789 bool ShapeInference::UpdateTypeAndInsertIncompatibleUseCasts(Type new_type, in UpdateTypeAndInsertIncompatibleUseCasts() function in mlir::TF::ShapeInference
821 return UpdateTypeAndInsertIncompatibleUseCasts(potential_refined_type, in RefineResultType()
869 return UpdateTypeAndInsertIncompatibleUseCasts(new_type, op->getResult(0)); in InferShapeForCast()
1036 if (!UpdateTypeAndInsertIncompatibleUseCasts(std::get<1>(result), in RefineWithInferTypeOpInterface()
1119 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, result)) in RefineTypeForPassThroughOperands()
1134 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, result)) in RefineShapeForPassThroughOps()
1350 if (!UpdateTypeAndInsertIncompatibleUseCasts(inferred_type, op_result)) in InferShapeForSingleOperation()
1673 (void)UpdateTypeAndInsertIncompatibleUseCasts(eattr.getType(), in TryToFold()