HomeSort by relevance Sort by last modified time
    Searched refs:indexes (Results 126 - 150 of 397) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/
literal_util.h 250 // Copies the values from src_literal, starting at src_base shape indexes,
560 // NativeT(tensorflow::gtl::ArraySlice<int64> indexes) or compatible.
    [all...]
literal_util.cc 226 auto copy_proc = [&](const std::vector<int64>& indexes) {
228 std::transform(indexes.begin(), indexes.end(), src_base.begin(),
231 std::transform(indexes.begin(), indexes.end(), dest_base.begin(),
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java     [all...]
  /external/freetype/builds/mac/
ftmac.c 746 /* the maximum faces in a FOND is 48, size of StyleTable.indexes[] */
801 if ( style->indexes[face_index] > 1 &&
802 style->indexes[face_index] <= FT_MIN( string_count, 64 ) )
804 unsigned char* suffixes = names[style->indexes[face_index] - 1];
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 460 * Build a table with indexes to each block, to be used instead of
472 * The .cnv file is prebuilt with an additional stage table with indexes to each block.
592 // Indexes into stage 2 count from the bottom of the fromUnicodeTable.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c     [all...]
  /frameworks/ml/nn/common/
CpuExecutor.cpp 272 auto updateForArguments = [this, &requestPoolInfos](const std::vector<uint32_t>& indexes,
274 nnAssert(indexes.size() == arguments.size());
275 for (size_t i = 0; i < indexes.size(); i++) {
276 const uint32_t operandIndex = indexes[i];
333 auto verify = [&operation, this](size_t requiredCount, const hidl_vec<uint32_t>& indexes,
335 size_t actualCount = indexes.size();
343 if (mOperands[indexes[i]].lifetime == OperandLifeTime::NO_VALUE) {
    [all...]
  /system/extras/simpleperf/scripts/
report_html.js 564 let indexes = key.split('_');
565 let processInfo = eventInfo.processes[indexes[0]];
566 let threadInfo = processInfo.threads[indexes[1]];
567 let lib = threadInfo.libs[indexes[2]];
568 let func = lib.functions[indexes[3]];
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 990 int32_t indexes[icu::CollationDataReader::IX_TOTAL_SIZE + 1]; local
992 *t, *t->settings, indexes, dest, capacity, intStatus);
1005 *t, *t->settings, indexes, dest, capacity, intStatus);
1015 icu::CollationInfo::printSizes(totalSize, indexes);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 154 // The fields can be accessed by using the indexes in fieldIndexes.
156 // and fieldIndexes will contain the indexes [1, 2, 5, 6].
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 231 // swap swaps the elements with indexes i and j.
342 // swap swaps the elements with indexes i and j.
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 154 // The fields can be accessed by using the indexes in fieldIndexes.
156 // and fieldIndexes will contain the indexes [1, 2, 5, 6].
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 231 // swap swaps the elements with indexes i and j.
342 // swap swaps the elements with indexes i and j.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 279 // Bits at indexes x = 0 through 15 indicate whether the corresponding Rx register is in the list.
  /prebuilts/go/darwin-x86/test/
bounds.go 171 // applies to both signed and unsigned indexes.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 279 // Bits at indexes x = 0 through 15 indicate whether the corresponding Rx register is in the list.
  /prebuilts/go/linux-x86/test/
bounds.go 171 // applies to both signed and unsigned indexes.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 283 Id createCompositeExtract(Id composite, Id typeId, const std::vector<unsigned>& indexes);
285 Id createCompositeInsert(Id object, Id composite, Id typeId, const std::vector<unsigned>& indexes);
GlslangToSpv.cpp 3426 std::vector<spv::Id> indexes; local
3930 std::vector<unsigned int> indexes; local
4331 std::vector<unsigned int> indexes; local
5034 std::vector<unsigned int> indexes; local
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]
  /external/devlib/devlib/utils/
misc.py 562 indexes of bits that are set in the mask."""
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 648 struct svga_winsys_surface *indexes,

Completed in 2936 milliseconds

1 2 3 4 56 7 8 91011>>