Searched refs:ic_dst (Results 1 – 1 of 1) sorted by relevance
74 tensorflow::shape_inference::InferenceContext* ic_dst = in UpdateEdge() local76 if (ic_dst->num_inputs() <= dst.index) { in UpdateEdge()79 "] is greater than the number of total inputs [", ic_dst->num_inputs(), in UpdateEdge()83 if (!ic_dst->MergeInput(dst.index, shape)) { in UpdateEdge()85 "Cannot update edge, incompatible shapes: ", ic_dst->DebugString(shape), in UpdateEdge()86 " and ", ic_dst->DebugString(ic_dst->input(dst.index)), "."); in UpdateEdge()