Home
last modified time | relevance | path

Searched refs:set_batch_group_count (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1892 proto.set_batch_group_count(batch_group_count_); in ToProto()
2087 proto.set_batch_group_count(batch_group_count_); in ToProto()
2192 cloned->set_batch_group_count(batch_group_count_); in CloneWithNewOperandsImpl()
Dhlo_instruction.cc474 ->set_batch_group_count( in CreateFromProto()
3479 void HloInstruction::set_batch_group_count(int64 batch_group_count) { in set_batch_group_count() function in xla::HloInstruction
3480 Cast<HloCustomCallInstruction>(this)->set_batch_group_count( in set_batch_group_count()
Dhlo_instruction.h1566 void set_batch_group_count(int64 batch_group_count);
Dhlo_instructions.h1206 void set_batch_group_count(int64 batch_group_count) { in set_batch_group_count() function
Dhlo_parser.cc1557 instruction->set_batch_group_count(*batch_group_count); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1199 instr.set_batch_group_count(batch_group_count); in ConvGeneralDilated()