Searched defs:broadcasting (Results 1 – 3 of 3) sorted by relevance
51 bool broadcasting = !cond_shape.IsSameSize(then_shape); in Compile() local
53 bool broadcasting = (TensorShapeUtils::IsVector(cond->shape()) && in Compute() local
278 void broadcasting(int num_iters) { in broadcasting() function