HomeSort by relevance Sort by last modified time
    Searched defs:poolIndex (Results 1 - 18 of 18) sorted by null

  /frameworks/ml/nn/runtime/
ModelBuilder.cpp 56 operand.location = {.poolIndex = 0, .offset = 0, .length = 0};
76 operand.location = {.poolIndex = 0,
98 .poolIndex = 0, .offset = existingSize + extraBytes, .length = neededLength};
104 // The values for poolIndex and offset will be set when the model is finished.
105 operand.location = {.poolIndex = 0, .offset = 0, .length = valueLength};
138 uint32_t poolIndex = mMemories.add(&mLargeValueMemory);
140 << poolIndex;
145 operand.location.poolIndex = poolIndex;
170 .poolIndex = mMemories.add(memory), .offset = offset, .length = neededLength}
    [all...]
ExecutionBuilder.cpp 51 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length};
56 uint32_t poolIndex, uint32_t offset, uint32_t length) {
62 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length};
68 uint32_t poolIndex, uint32_t offset) {
72 {.poolIndex = poolIndex, .offset = offset, .length = sizeOfData(operand)};
139 uint32_t poolIndex = mMemories.add(memory);
140 return mInputs[index].setFromMemory(mModel->getInputOperand(index), type, poolIndex, offset,
179 uint32_t poolIndex = mMemories.add(memory)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 249 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);
250 repr += " meth@" + poolIndex;
280 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);
281 repr += " pool@" + poolIndex;
  /frameworks/ml/nn/common/
CpuExecutor.cpp 183 auto poolIndex = from.location.poolIndex;
184 nnAssert(poolIndex < modelPoolInfos.size());
185 auto& r = modelPoolInfos[poolIndex];
223 auto poolIndex = from.location.poolIndex;
224 nnAssert(poolIndex < requestPoolInfos.size());
225 auto& r = requestPoolInfos[poolIndex];
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 242 milliseconds