Searched refs:TF_DCHECK_OK (Results 1 – 13 of 13) sorted by relevance
211 TF_DCHECK_OK(ShapeUtil::ValidateShape(shape)); in MakeShapeWithSparseLayout()244 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result)); in MakeTupleShape()251 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result)); in MakeOpaqueShape()258 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result)); in MakeTokenShape()264 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(shape)); in AppendShapeToTuple()272 TF_DCHECK_OK(ValidateShape(*shape)); in AppendMajorDimension()347 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(shape.tuple_shapes(index))); in GetTupleElementShape()360 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(tuple)); in SliceTuple()572 TF_DCHECK_OK(ValidateShape(shape)); in ByteSizeOf()593 TF_DCHECK_OK(ValidateShape(shape)); in ByteSizeOfTupleIndexTable()[all …]
161 #define TF_DCHECK_OK(val) TF_CHECK_OK(val) macro163 #define TF_DCHECK_OK(val) \ macro
95 TF_DCHECK_OK(points_to_analysis_->VerifyBuffer(a)); in live_range_strictly_before()96 TF_DCHECK_OK(points_to_analysis_->VerifyBuffer(b)); in live_range_strictly_before()
519 TF_DCHECK_OK(Verify()); in CopyRemover()782 TF_DCHECK_OK(Verify()); in TryElideCopy()1184 TF_DCHECK_OK(VerifyNoLiveRangeInterference(dep_ordering, module)); in Run()1196 TF_DCHECK_OK( in Run()
240 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(shape)); in InferUnaryOpShape()705 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(result)); in InferDotOpShape()922 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(lhs)); in InferBinaryOpShape()923 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(rhs)); in InferBinaryOpShape()1006 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(lhs)); in InferTernaryOpShape()1007 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(rhs)); in InferTernaryOpShape()1008 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(ehs)); in InferTernaryOpShape()1034 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(*shape)); in InferVariadicOpShape()1637 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(lhs)); in InferConvolveShape()1638 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(rhs)); in InferConvolveShape()
361 TF_DCHECK_OK(schedule_.Verify()); in Initialize()
524 TF_DCHECK_OK(alias_analysis->Verify()); in Run()
886 TF_DCHECK_OK(dataflow_analysis->Verify()); in Run()
1087 TF_DCHECK_OK(ShapeUtil::ValidateShape(program_shape.result())); in ComputeConstantGraph()
976 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(shape())); in infeed_shape()
2473 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(shape_)); in HloInstruction()
445 TF_DCHECK_OK(IsValidNode(node)) << node->DebugString(); in RemoveNode()460 TF_DCHECK_OK(IsValidNode(source)) << source->DebugString(); in AddEdge()461 TF_DCHECK_OK(IsValidNode(dest)) << dest->DebugString(); in AddEdge()491 TF_DCHECK_OK(IsValidNode(e->src_)) << e->src_->DebugString(); in RemoveEdge()492 TF_DCHECK_OK(IsValidNode(e->dst_)) << e->dst_->DebugString(); in RemoveEdge()763 TF_DCHECK_OK(IsValidNode(node)) << node->DebugString(); in ReleaseNode()
49 TF_DCHECK_OK(status) << status.error_message(); in Run()