Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc654 constexpr int32 kPadValue = 10; in TEST_F() local
655 auto pad_value = LiteralUtil::CreateR0<int32>(kPadValue); in TEST_F()
680 constexpr float kPadValue = 1.5; in TEST_P() local
681 auto pad_value = LiteralUtil::CreateR0<float>(kPadValue); in TEST_P()
695 expected_array->Fill(kPadValue); in TEST_P()