HomeSort by relevance Sort by last modified time
    Searched full:expected_r1 (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_test.cc 461 auto expected_r1 = Literal::CreateR1<float>( local
464 auto expected_r5 = expected_r1->Reshape({1, 3, 1, 2, 3}).ConsumeValueOrDie();
525 auto expected_r1 = Literal::CreateR1<T>( local
527 auto expected_r4 = expected_r1->Reshape({1, 1, 1, 3}).ConsumeValueOrDie();
650 auto expected_r1 = Literal::CreateR1<T>(expect_elems); local
652 expected_r1->Reshape({batch, num_windows, output_feature})

Completed in 666 milliseconds