Searched refs:other_param (Results 1 – 3 of 3) sorted by relevance
58 const ToolParam* other_param = other.GetParam(param.first); in Set() local59 if (other_param == nullptr) continue; in Set()60 param.second->Set(*other_param); in Set()
627 other_param = other.parameters[param_name]631 if param != other_param:
526 XlaOp other_param = Parameter(&other_b, 0, shape, "other_param"); in TEST_F() local528 Status status = b.Build(other_param).status(); in TEST_F()