Searched defs:batch_group_count (Results 1 – 13 of 13) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_instructions.h | 1247 int64 batch_group_count() const { return batch_group_count_; } in batch_group_count() function 1449 void set_batch_group_count(int64 batch_group_count) { in set_batch_group_count() 1458 int64 batch_group_count() const { return batch_group_count_; } in batch_group_count() function
|
| D | convolution_group_converter.cc | 204 int64 batch_group_count = convolution->batch_group_count(); in HandleBatchGroupCount() local
|
| D | hlo.proto | 92 int64 batch_group_count = 58; field
|
| D | hlo_creation_utils.cc | 95 int64 batch_group_count, const Window& window, in MakeConvolveHlo()
|
| D | hlo_instruction.cc | 985 int64 feature_group_count, int64 batch_group_count, const Window& window, in CreateConvolve() 4181 int64 HloInstruction::batch_group_count() const { in batch_group_count() function in xla::HloInstruction 4188 void HloInstruction::set_batch_group_count(int64 batch_group_count) { in set_batch_group_count()
|
| D | hlo_parser.cc | 1610 optional<int64> batch_group_count; in ParseInstructionRhs() local 2241 optional<int64> batch_group_count; in ParseInstructionRhs() local
|
| D | shape_inference.cc | 1617 int64 batch_group_count, const Window& window, in InferConvolveShape()
|
| D | hlo_instructions.cc | 2135 int64 feature_group_count, int64 batch_group_count, const Window& window, in HloConvolutionInstruction()
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | xla_builder.cc | 1375 int64 feature_group_count, int64 batch_group_count, in Conv() 1388 int64 feature_group_count, int64 batch_group_count, in ConvWithGeneralPadding() 1400 int64 feature_group_count, int64 batch_group_count, in ConvWithGeneralDimensions() 1439 int64 feature_group_count, int64 batch_group_count, in ConvGeneral() 1453 int64 feature_group_count, int64 batch_group_count, in ConvGeneralDilated() 1491 int64 feature_group_count, int64 batch_group_count, in DynamicConvInstruction() 1533 int64 feature_group_count, int64 batch_group_count, in DynamicConvInputGrad() 1556 int64 feature_group_count, int64 batch_group_count, in DynamicConvKernelGrad() 1582 int64 feature_group_count, int64 batch_group_count, in DynamicConvForward() 1604 int64 feature_group_count, int64 batch_group_count, in ConvGeneralDilatedInternal() [all …]
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | conv_op_helpers.cc | 434 batch_group_count = in MakeXlaBackpropFilterConvOp() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
| D | mlir_hlo_builder.cc | 99 int64 feature_group_count, int64 batch_group_count, in ConvGeneralDilatedInternal()
|
| /external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
| D | convolution_handler.cc | 943 int64 batch_group_count = conv.batch_group_count(); in CreateShardedConvConvolution() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
| D | legalize_tf.cc | 4358 const int64_t batch_group_count = in_depth / filter_in_depth; in matchAndRewrite() local
|