Searched refs:ic_dst (Results 1 – 1 of 1) sorted by relevance
2533 tensorflow::shape_inference::InferenceContext* ic_dst = in TF_UpdateEdge() local2535 if (ic_dst->num_inputs() <= dst.index) { in TF_UpdateEdge()2538 "] is greater than the number of total inputs [", ic_dst->num_inputs(), in TF_UpdateEdge()2542 if (!ic_dst->MergeInput(dst.index, shape)) { in TF_UpdateEdge()2544 "Cannot update edge, incompatible shapes: ", ic_dst->DebugString(shape), in TF_UpdateEdge()2545 " and ", ic_dst->DebugString(ic_dst->input(dst.index)), "."); in TF_UpdateEdge()