Searched refs:init_elem (Results 1 – 2 of 2) sorted by relevance
444 auto* init_elem = while_init->operand(i); in TryRemoveRepeatedWhileTupleIndices() local457 if (pivot_init_elem == init_elem) { in TryRemoveRepeatedWhileTupleIndices()458 VLOG(2) << "init_elem " << init_elem->ToString() << " pivot_init_elem " in TryRemoveRepeatedWhileTupleIndices()511 auto* init_elem = while_init->operand(i); in TryRemoveConstantParams() local513 if (init_elem->opcode() == HloOpcode::kConstant && in TryRemoveConstantParams()515 init_elem->literal() == body_elem->literal()) { in TryRemoveConstantParams()
196 this->init_elem( buf + ielem * this->get_value_size()/this->num_elem(), val ); in init()199 init_elem( buf, val ); in init()204 void init_elem( cl_uchar* buf, cl_uchar val ) const { in init_elem() function in TypeInfo