Home
last modified time | relevance | path

Searched refs:init_elem (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc444 auto* init_elem = while_init->operand(i); in TryRemoveRepeatedWhileTupleIndices() local
457 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() local
513 if (init_elem->opcode() == HloOpcode::kConstant && in TryRemoveConstantParams()
515 init_elem->literal() == body_elem->literal()) { in TryRemoveConstantParams()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp196 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