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

  /frameworks/ml/nn/common/operations/
LSTM.cpp 42 input_ = GetInput(operation, operands, kInputTensor);
44 input_to_input_weights_ = GetInput(operation, operands, kInputToInputWeightsTensor); // optional
45 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor);
46 input_to_cell_weights_ = GetInput(operation, operands, kInputToCellWeightsTensor);
47 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor);
50 GetInput(operation, operands, kRecurrentToInputWeightsTensor); // optional
51 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor);
52 recurrent_to_cell_weights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor);
53 recurrent_to_output_weights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor);
55 cell_to_input_weights_ = GetInput(operation, operands, kCellToInputWeightsTensor); // optiona
    [all...]
RNN.cpp 27 input_ = GetInput(operation, operands, kInputTensor);
28 weights_ = GetInput(operation, operands, kWeightsTensor);
29 recurrent_weights_ = GetInput(operation, operands, kRecurrentWeightsTensor);
30 hidden_state_in_ = GetInput(operation, operands, kHiddenStateInTensor);
31 bias_ = GetInput(operation, operands, kBiasTensor);
50 GetInput(operation, operands, kInputTensor);
52 GetInput(operation, operands, kWeightsTensor);
54 GetInput(operation, operands, kRecurrentWeightsTensor);
56 GetInput(operation, operands, kBiasTensor);
EmbeddingLookup.cpp 28 value_ = GetInput(operation, operands, kValueTensor);
29 lookup_ = GetInput(operation, operands, kLookupTensor);
HashtableLookup.cpp 36 lookup_ = GetInput(operation, operands, kLookupTensor);
37 key_ = GetInput(operation, operands, kKeyTensor);
38 value_ = GetInput(operation, operands, kValueTensor);
SVDF.cpp 46 input_ = GetInput(operation, operands, kInputTensor);
47 weights_feature_ = GetInput(operation, operands, kWeightsFeatureTensor);
48 weights_time_ = GetInput(operation, operands, kWeightsTimeTensor);
49 bias_ = GetInput(operation, operands, kBiasTensor);
50 state_in_ = GetInput(operation, operands, kStateInTensor);
52 params_.rank_ = getInt32ScalarData(*GetInput(operation, operands, kRankParam));
54 *GetInput(operation, operands, kActivationParam)));
70 GetInput(operation, operands, SVDF::kInputTensor);
72 GetInput(operation, operands, SVDF::kWeightsFeatureTensor);
74 GetInput(operation, operands, SVDF::kWeightsTimeTensor)
    [all...]
LSHProjection.cpp 28 input_ = GetInput(operation, operands, kInputTensor);
29 weight_ = GetInput(operation, operands, kWeightTensor);
30 hash_ = GetInput(operation, operands, kHashTensor);
33 getScalarData<int32_t>(*GetInput(operation, operands, kTypeParam)));
45 const RunTimeOperandInfo *hash = GetInput(operation, operands, kHashTensor);
50 const RunTimeOperandInfo* input = GetInput(operation, operands, kInputTensor);
61 RunTimeOperandInfo *weight = GetInput(operation, operands, kWeightTensor);
  /external/libtextclassifier/common/
task-context.h 39 TaskInput *GetInput(const std::string &name);
40 TaskInput *GetInput(const std::string &name,
task-context.cc 47 TaskInput *TaskContext::GetInput(const std::string &name) {
59 TaskInput *TaskContext::GetInput(const std::string &name,
62 TaskInput *input = GetInput(name);
  /frameworks/ml/nn/common/include/
CpuExecutor.h 143 inline RunTimeOperandInfo *GetInput(const Operation &operation,
  /art/compiler/optimizing/
instruction_simplifier.cc 188 binop->ReplaceInput(left_neg->GetInput(), 0);
189 binop->ReplaceInput(right_neg->GetInput(), 1);
    [all...]
nodes.cc     [all...]
instruction_simplifier_shared.cc 217 HInstruction* src = hnot->AsNot()->GetInput();
nodes_vector.h 150 HInstruction* GetInput() const { return InputAt(0); }
induction_var_analysis.cc 740 auto it = cycle_.find(conversion->GetInput());
    [all...]
nodes.h     [all...]
  /external/libtextclassifier/lang_id/
lang-id.cc 232 TaskInput *task_input = context->GetInput(input_name);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 134 virtual HRESULT STDMETHODCALLTYPE GetInput(
375 HRESULT (STDMETHODCALLTYPE *GetInput)(
464 #define IMFTopologyNode_GetInput(This,dwInputIndex,ppUpstreamNode,pdwOutputIndexOnUpstreamNode) (This)->lpVtbl->GetInput(This,dwInputIndex,ppUpstreamNode,pdwOutputIndexOnUpstreamNode)
602 return This->lpVtbl->GetInput(This,dwInputIndex,ppUpstreamNode,pdwOutputIndexOnUpstreamNode);
    [all...]
d2d1_1.h 528 STDMETHOD_(void, GetInput)(UINT32 index, ID2D1Image **input) CONST PURE;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 693 function GetInput: IIntStream;
    [all...]
Antlr.Runtime.Tree.pas     [all...]

Completed in 1556 milliseconds