Home
last modified time | relevance | path

Searched refs:set_feature_group_count (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter.cc62 custom_call->set_feature_group_count(feature_group_count); in CreateCudnnConv()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1891 proto.set_feature_group_count(feature_group_count_); in ToProto()
2086 proto.set_feature_group_count(feature_group_count_); in ToProto()
2191 cloned->set_feature_group_count(feature_group_count_); in CloneWithNewOperandsImpl()
Dhlo_instruction.cc471 ->set_feature_group_count( in CreateFromProto()
3467 void HloInstruction::set_feature_group_count(int64 feature_group_count) { in set_feature_group_count() function in xla::HloInstruction
3468 Cast<HloCustomCallInstruction>(this)->set_feature_group_count( in set_feature_group_count()
Dhlo_instruction.h1561 void set_feature_group_count(int64 feature_group_count);
Dhlo_instructions.h1203 void set_feature_group_count(int64 feature_group_count) { in set_feature_group_count() function
Dhlo_parser.cc1554 instruction->set_feature_group_count(*feature_group_count); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1198 instr.set_feature_group_count(feature_group_count); in ConvGeneralDilated()