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

  /external/tensorflow/tensorflow/compiler/xla/
layout_util.cc 60 layout.set_format(DENSE);
79 layout.set_format(DENSE);
121 shape->mutable_layout()->set_format(DENSE);
184 if (layout.format() == DENSE) {
250 return layout.format() == DENSE;
254 CHECK(layout.format() == DENSE);
260 CHECK(layout.format() == DENSE);
343 CHECK(layout.format() == DENSE);
357 CHECK_EQ(layout.format(), DENSE);
xla_data.proto 122 DENSE = 1;
150 // part of the shape. This field must be unset unless the format is DENSE.
154 // field must be unset unless the format is DENSE.
shape_util.cc 533 "^(\\w*\\d*)\\[([\\d,]*)\\](?:\\s*(dense|sparse)?\\s*{([\\d,]+)})?",
580 } else if (format_string.empty() || format_string == "dense") {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 45 private static final DenseImmutableTable<Character, Integer, String> DENSE =
52 DENSE);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 384 milliseconds