HomeSort by relevance Sort by last modified time
    Searched refs:MapWithIndexArray2D (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
binop_scaling_test.cc 40 auto aexpected = ReferenceUtil::MapWithIndexArray2D(
56 auto aexpected = ReferenceUtil::MapWithIndexArray2D(
72 auto aexpected = ReferenceUtil::MapWithIndexArray2D(
88 auto aexpected = ReferenceUtil::MapWithIndexArray2D(
  /external/tensorflow/tensorflow/compiler/xla/
reference_util_test.cc 104 TEST_F(ReferenceUtilTest, MapWithIndexArray2D) {
108 auto result = ReferenceUtil::MapWithIndexArray2D(*matrix_, add_index);
reference_util.h 426 static std::unique_ptr<Array2D<float>> MapWithIndexArray2D(
reference_util.cc 756 /* static */ std::unique_ptr<Array2D<float>> ReferenceUtil::MapWithIndexArray2D(

Completed in 422 milliseconds