HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 376 - 400 of 1469) sorted by null

<<11121314151617181920>>

  /frameworks/ml/nn/runtime/test/generated/vts_models/
max_pool_float_3.model.cpp 64 .inputs = {0, 3, 3, 3, 3, 1, 1, 2, 2, 4},
max_pool_quant8_2.model.cpp 64 .inputs = {0, 3, 3, 3, 3, 1, 1, 2, 2, 4},
max_pool_quant8_3.model.cpp 64 .inputs = {0, 3, 3, 3, 3, 1, 1, 2, 2, 4},
  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 223 HInputsRef inputs = invoke->GetInputs(); local
224 for (size_t i = 0; i < inputs.size(); i++) {
225 HConstant* input = inputs[i]->AsConstant();
ssa_builder.cc 122 // Find a candidate primitive type for `phi` by merging the type of its inputs.
141 // Previous inputs were integral, this one is not but is of the same size.
159 // still discover conflict whilst typing the individual inputs in TypeInputsOfPhi.
164 // Replace inputs of `phi` to match its type. Return false if conflict is identified.
168 // We do not need to retype ambiguous inputs because they are always constructed
175 // Inputs did not need to be replaced, hence no conflict. Report success.
179 HInputsRef inputs = phi->GetInputs(); local
180 for (size_t i = 0; i < inputs.size(); ++i) {
181 HInstruction* input = inputs[i];
202 // All inputs either matched the type of the phi or we successfully replace
618 HInputsRef inputs = phi->GetInputs(); local
    [all...]
  /build/kati/
evalcmd.go 33 inputs []string
72 for _, input := range ec.inputs {
114 if len(v.ctx.inputs) > 0 {
115 return v.ctx.inputs[0]
136 func (v autoPlusVar) String() string { return strings.Join(v.ctx.inputs, " ") }
300 ctx.inputs = n.ActualInputs
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 113 int nInputs, bool* inputTypes, void** inputs,
129 android::sp<Buffer>* buffer = reinterpret_cast<android::sp<Buffer>*>(inputs[i]);
143 TaskCase::Value* val = reinterpret_cast<TaskCase::Value*>(inputs[i]);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 45 const float (*inputs)[4]; member in struct:pt_so_emit
124 input_ptr = so->inputs;
280 emit->inputs = (const float (*)[4])input_verts->verts->data;
  /external/skia/include/core/
SkImageFilter.h 148 * source rect if no inputs.
186 * Returns the number of inputs this filter will accept (some inputs can
228 * and all of its (non-null) inputs can handle these more complex matrices.
258 sk_sp<SkImageFilter>* inputs() const { return fInputs.get(); }
270 SkImageFilter(sk_sp<SkImageFilter> const* inputs, int inputCount, const CropRect* cropRect);
277 * @param inputCount The exact number of inputs expected for this SkImageFilter object.
278 * -1 can be used if the filter accepts any number of inputs.
312 * This function recurses into its inputs with the given rect (first
358 * take care of calling your inputs (and return false if any of them could not handle it)
    [all...]
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 227 vector<clang::FrontendInputFile> inputs = local
228 getCompilerInstance().getFrontendOpts().Inputs;
229 assert(inputs.size() == 1);
230 main_source_file_ = inputs[0].getFile();
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp 102 for (uint32_t operandIndex : operation.inputs) {
233 const uint32_t inputCount = static_cast<uint32_t>(operation.inputs.size());
235 std::vector<uint32_t> inputs(inputCount);
253 if ((n = addOperands(operation.inputs, inputs, INPUT)) != ANEURALNETWORKS_NO_ERROR ||
258 return mSubModel->addOperation(static_cast<uint32_t>(operation.type), inputCount, inputs.data(),
288 // IN: mModel{Inputs|Outputs}
294 // OUT: for v : mModel{Inputs|Outputs} : v.second
309 std::vector<uint32_t> inputs; local
313 &inputs,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 94 static std::string generatePassthroughVertexShader (const std::vector<Symbol>& inputs, const char* inputPrefix, const char* outputPrefix)
103 for (vector<Symbol>::const_iterator input = inputs.begin(); input != inputs.end(); ++input)
114 for (vector<Symbol>::const_iterator input = inputs.begin(); input != inputs.end(); ++input)
136 for (vector<Symbol>::const_iterator input = shaderSpec.inputs.begin(); input != shaderSpec.inputs.end(); ++input, ++locationNumber)
163 for (vector<Symbol>::const_iterator input = shaderSpec.inputs.begin(); input != shaderSpec.inputs.end(); ++input)
334 for (vector<Symbol>::const_iterator input = shaderSpec.inputs.begin(); input != shaderSpec.inputs.end(); ++input, ++locationNumber
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c 392 unsigned compmask = fp->inputs[j].compmask;
394 uint32_t inloc = fp->inputs[j].inloc;
396 if ((fp->inputs[j].interpolate == INTERP_MODE_FLAT) ||
397 (fp->inputs[j].rasterflat && emit->rasterflat)) {
409 gl_varying_slot slot = fp->inputs[j].slot;
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 32 SkXfermodeImageFilter_Base(SkBlendMode mode, sk_sp<SkImageFilter> inputs[2],
76 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; local
77 return sk_sp<SkImageFilter>(new SkXfermodeImageFilter_Base(mode, inputs, cropRect));
81 sk_sp<SkImageFilter> inputs[2],
83 : INHERITED(inputs, 2, cropRect)
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 79 SkSL::Program::Inputs inputs; local
81 &fVertShaderModule, &fShaderStageInfo[0], settings, &inputs)) {
85 SkASSERT(inputs.isEmpty());
88 &fFragShaderModule, &fShaderStageInfo[1], settings, &inputs)) {
92 SkASSERT(inputs.isEmpty());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DoubleTest.java 875 String[] inputs = { local
939 String[] inputs = { local
1003 String[] inputs = { local
1067 String[] inputs = { local
1126 String[] inputs = { local
    [all...]
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc 33 #include "aarch64/test-simulator-inputs-aarch64.h"
198 uintptr_t inputs,
224 __ Mov(inputs_base, inputs);
247 // Test FP instructions. The inputs[] and expected[] arrays should be arrays of
253 const Tn inputs[],
266 reinterpret_cast<uintptr_t>(inputs),
294 static_cast<uint64_t>(inputs[n]),
296 rawbits_to_fp(inputs[n]));
319 uintptr_t inputs,
346 __ Mov(inputs_base, inputs);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 378 /* Note that sysvals come *after* normal inputs: */
380 if (!vp->inputs[i].compmask)
382 if (vp->inputs[i].sysval) {
383 switch(vp->inputs[i].slot) {
388 vertex_regid = vp->inputs[i].regid;
391 instance_regid = vp->inputs[i].regid;
394 vtxcnt_regid = vp->inputs[i].regid;
406 assert(!vp->inputs[i].sysval);
407 if (vp->inputs[i].compmask) {
435 A4XX_VFD_DECODE_INSTR_WRITEMASK(vp->inputs[i].compmask)
    [all...]
  /external/skia/src/core/
SkImageFilter.cpp 148 void SkImageFilter::init(sk_sp<SkImageFilter> const* inputs,
156 if (!inputs[i] || inputs[i]->usesSrcInput()) {
159 fInputs[i] = inputs[i];
163 SkImageFilter::SkImageFilter(sk_sp<SkImageFilter> const* inputs,
168 this->init(inputs, inputCount, cropRect);
181 this->init(common.inputs(), common.inputCount(), &common.cropRect());
  /external/v8/src/compiler/
node.cc 25 // Extract the inputs from the old use and input pointers and copy them
53 Node* const* inputs, bool has_extensible_inputs) {
60 // Verify that none of the inputs are {nullptr}.
62 if (inputs[i] == nullptr) {
70 // Allocate out-of-line inputs.
87 // Allocate node with inline inputs.
107 Node* to = *inputs++;
121 Node* const* const inputs = node->has_inline_inputs() local
124 Node* const clone = New(zone, id, node->op(), input_count, inputs, false);
156 // switch to out of line inputs
    [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rd-operand-const-a32.cc 132 // `Inputs` have various layouts across generated tests so they absolutely
146 struct Inputs {
163 const Inputs* inputs; member in struct:vixl::aarch32::__anon38334::TestLoopData
166 static const Inputs kCondition[] = {{NFlag, 0xabababab},
182 static const Inputs kModifiedImmediate[] = {{NoFlag, 0x00000000},
457 // We record all inputs to the instructions as outputs. This way, we also check
461 const Inputs* outputs;
502 results[i]->outputs = new Inputs[kTests[i].input_size];
505 size_t input_stride = sizeof(kTests[i].inputs[0]) * kTests[i].input_size
    [all...]
test-simulator-cond-rd-operand-const-t32.cc 132 // `Inputs` have various layouts across generated tests so they absolutely
146 struct Inputs {
163 const Inputs* inputs; member in struct:vixl::aarch32::__anon38335::TestLoopData
166 static const Inputs kCondition[] = {{NFlag, 0xabababab},
182 static const Inputs kModifiedImmediate[] = {{NoFlag, 0x00000000},
572 // We record all inputs to the instructions as outputs. This way, we also check
576 const Inputs* outputs;
617 results[i]->outputs = new Inputs[kTests[i].input_size];
620 size_t input_stride = sizeof(kTests[i].inputs[0]) * kTests[i].input_size
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 126 // `Inputs` have various layouts across generated tests so they absolutely
140 struct Inputs {
157 const Inputs* inputs; member in struct:vixl::aarch32::__anon38336::TestLoopData
160 static const Inputs kCondition[] = {{NFlag, 0xabababab},
176 static const Inputs kModifiedImmediate[] = {{NoFlag, 0x00000000},
416 // We record all inputs to the instructions as outputs. This way, we also check
420 const Inputs* outputs;
455 results[i]->outputs = new Inputs[kTests[i].input_size];
458 size_t input_stride = sizeof(kTests[i].inputs[0]) * kTests[i].input_size
    [all...]
  /frameworks/ml/nn/common/operations/
LSTMTest.cpp 88 std::vector<uint32_t> inputs; local
98 inputs.push_back(model_.addOperand(&X##OpndTy));
106 inputs.push_back(model_.addOperand(&ActivationOpndTy));
108 inputs.push_back(model_.addOperand(&CellClipOpndTy));
110 inputs.push_back(model_.addOperand(&ProjClipOpndTy));
131 model_.addOperation(ANEURALNETWORKS_LSTM, inputs, outputs);
132 model_.identifyInputsAndOutputs(inputs, outputs);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
main.go 48 resultNotInArgs bool // outputs must not be allocated to the same registers as inputs
62 inputs []regMask
177 if v.reg.inputs[0] != v.reg.outputs[0] {
180 if v.commutative && v.reg.inputs[1] != v.reg.outputs[0] {
226 for i, r := range v.reg.inputs {
233 fmt.Fprintln(w, "inputs: []inputInfo{")
235 r := v.reg.inputs[p.val]

Completed in 1627 milliseconds

<<11121314151617181920>>