Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_rewriter.cc63 custom_call->set_feature_group_count(feature_group_count); in CreateGpuConv()
115 new_conv->set_feature_group_count(num_groups); in ConvertBatchGroupedToFeatureGroupedConvolution()
Dcudnn_fused_conv_rewriter.cc240 new_conv->set_feature_group_count(conv->feature_group_count()); in TryRewriteToCudnnForwardRelu()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1243 void set_feature_group_count(int64 num_feature_groups) { in set_feature_group_count() function
1446 void set_feature_group_count(int64 feature_group_count) { in set_feature_group_count() function
Dhlo_instruction.cc593 custom_call_instr->set_feature_group_count( in CreateFromProto()
4173 void HloInstruction::set_feature_group_count(int64 feature_group_count) { in set_feature_group_count() function in xla::HloInstruction
4175 return convolution->set_feature_group_count(feature_group_count); in set_feature_group_count()
4177 Cast<HloCustomCallInstruction>(this)->set_feature_group_count( in set_feature_group_count()
Dhlo_instructions.cc2170 proto.set_feature_group_count(feature_group_count_); in ToProto()
2421 proto.set_feature_group_count(feature_group_count_); in ToProto()
2600 cloned->set_feature_group_count(feature_group_count_); in CloneWithNewOperandsImpl()
Dhlo_instruction.h1847 void set_feature_group_count(int64 feature_group_count);
Dhlo_parser.cc2349 custom_call_instr->set_feature_group_count(*feature_group_count); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1517 instr.set_feature_group_count(feature_group_count); in DynamicConvInstruction()
1611 instr.set_feature_group_count(feature_group_count); in ConvGeneralDilatedInternal()