OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createTensor
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.h
104
hexagon_nn_input
createTensor
(uint32_t B, uint32_t H, uint32_t W, uint32_t D,
176
hexagon_nn_input Model::
createTensor
(uint32_t B, uint32_t H, uint32_t W, uint32_t D,
184
return
createTensor
(1, 1, 1, values.size(), values);
HexagonOperationsPrepare.cpp
303
const hexagon_nn_input window = model->
createTensor
<float>(1, 1, 1, radius * 2 + 1, {1.0f});
[
all
...]
Completed in 1065 milliseconds