Home
last modified time | relevance | path

Searched defs:use_bfloat16 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconv_depthwise_common.cc30 string GetFloatDataType(bool use_bfloat16) { in GetFloatDataType()
57 const DepthwiseConvolution2DSpec& spec, bool use_bfloat16, in BuildHloTextDepthwiseConvolution2D()
Dconv_depthwise_backprop_filter_test.cc30 string GetFloatDataType(bool use_bfloat16) { in GetFloatDataType()
139 const BatchGroupedConvolution2DSpec& spec, bool use_bfloat16, in BuildHloTextBatchGroupedConvolution2D()
171 bool use_bfloat16 = ::testing::get<1>(GetParam()); in XLA_TEST_P() local
Dgrouped_convolution_test.cc35 string GetFloatDataType(bool use_bfloat16) { in GetFloatDataType()
148 bool use_bfloat16) { in BuildHloTextGroupedConvolution2D()
231 bool use_bfloat16 = ::testing::get<1>(GetParam()); in XLA_TEST_P() local
Dconv_depthwise_test.cc88 bool use_bfloat16 = ::testing::get<1>(GetParam()); in XLA_TEST_P() local
Dreverse_test.cc45 bool use_bfloat16; member
Dclient_library_test_base.h56 for (bool use_bfloat16 : use_bfloat16_params) { in ExpandUseBfloat16() local
405 bool use_bfloat16() const { return use_bfloat16_; } in use_bfloat16() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc190 explicit HloEvaluatorTest(bool use_bfloat16) : use_bfloat16_(use_bfloat16) { in HloEvaluatorTest()