Searched refs:SupportsBF16Operand (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_normalization.cc | 167 if (!bfloat16_support_->SupportsBF16Operand(*hlo, i)) { in HandleMultipleOutputs() 189 if (!bfloat16_support_->SupportsBF16Operand(*hlo, i)) { in HandleMultipleOutputs() 312 !bfloat16_support_->SupportsBF16Operand(*hlo, i)) { in HandleInstruction() 346 bfloat16_support_->SupportsBF16Operand(*hlo, i)) { in HandleInstruction()
|
D | bfloat16_support.h | 31 virtual bool SupportsBF16Operand(const HloInstruction& hlo,
|
D | bfloat16_normalization.h | 75 bool SupportsBF16Operand(const HloInstruction& hlo, in SupportsBF16Operand() function
|
D | bfloat16_support.cc | 23 bool BFloat16Support::SupportsBF16Operand(const HloInstruction& hlo, in SupportsBF16Operand() function in xla::BFloat16Support
|
D | bfloat16_conversion_folding.cc | 118 bfloat16_support_->SupportsBF16Operand(*hlo, i)) { in TryFoldBF16Conversions()
|
D | bfloat16_conversion_folding_test.cc | 35 bool SupportsBF16Operand(const HloInstruction& hlo, in SupportsBF16Operand() function in xla::TestBFloat16Support
|
D | bfloat16_normalization_test.cc | 37 bool SupportsBF16Operand(const HloInstruction& hlo, in SupportsBF16Operand() function in xla::TestBFloat16Support
|
D | bfloat16_propagation_test.cc | 39 bool SupportsBF16Operand(const HloInstruction& hlo, in SupportsBF16Operand() function in xla::TestBFloat16Support
|