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

  /frameworks/ml/nn/common/operations/
LSHProjectionTest.cpp 105 ASSERT_EQ(execution.setInput(LSHProjection::k##X##Tensor, X##_.data(), \
123 execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)),
142 m.SetInput({12345, 54321, 67890, 9876, -12345678, -87654321});
154 m.SetInput({12345, 54321, 67890, 9876, -12345678, -87654321});
RNNTest.cpp 198 void SetInput(int offset, float* begin, float* end) {
224 ASSERT_EQ(execution.setInput(RNN::k##X##Tensor, X##_.data(), \
241 ASSERT_EQ(execution.setInput(RNN::kActivationParam, &activation_,
320 rnn.SetInput(0, batch_start, batch_end);
321 rnn.SetInput(rnn.input_size(), batch_start, batch_end);
SVDFTest.cpp 200 ASSERT_EQ(execution.setInput(SVDF::k##X##Tensor, X##_.data(), \
218 ASSERT_EQ(execution.setInput(SVDF::kRankParam, &rank_, sizeof(rank_)),
222 ASSERT_EQ(execution.setInput(SVDF::kActivationParam, &activation,
238 void SetInput(int offset, float* begin, float* end) {
307 svdf.SetInput(0, batch_start, batch_end);
LSTMTest.cpp 174 void SetInput(int offset, float *begin, float *end) {
195 ASSERT_EQ(execution.setInput(LSTMCell::k##X##Tensor, X##_.data(), \
213 execution.setInput(LSTMCell::kInputToInputWeightsTensor, nullptr, 0);
214 execution.setInput(LSTMCell::kRecurrentToInputWeightsTensor, nullptr, 0);
219 execution.setInput(LSTMCell::kCellToInputWeightsTensor, nullptr, 0);
222 execution.setInput(LSTMCell::kCellToInputWeightsTensor, nullptr, 0);
223 execution.setInput(LSTMCell::kCellToForgetWeightsTensor, nullptr, 0);
224 execution.setInput(LSTMCell::kCellToOutputWeightsTensor, nullptr, 0);
229 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0);
232 execution.setInput(LSTMCell::kProjectionWeightsTensor, nullptr, 0)
    [all...]
  /frameworks/ml/nn/runtime/test/
TestValidation.cpp 205 TEST_F(ValidationTestExecution, SetInput) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 70 virtual HRESULT STDMETHODCALLTYPE SetInput(
171 HRESULT (STDMETHODCALLTYPE *SetInput)(
281 #define IXmlReader_SetInput(This,input) (This)->lpVtbl->SetInput(This,input)
317 return This->lpVtbl->SetInput(This,input);
    [all...]
d2d1_1.h 526 STDMETHOD_(void, SetInput)(UINT32 index, ID2D1Image *input, BOOL invalidate=TRUE) PURE;
536 SetInput(index, output, invalidate);
    [all...]
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
  /external/v8/src/compiler/
instruction.cc 610 void PhiInstruction::SetInput(size_t offset, int virtual_register) {
    [all...]
instruction.h     [all...]
instruction-selector.cc     [all...]

Completed in 287 milliseconds