Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AddTensors
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H
A
D
bitmap_helpers.h
76
interpreter->
AddTensors
(INPUT_NUMBER, &baseIndex);
in Resize()
78
interpreter->
AddTensors
(OUPUT_NUMBER, &baseIndex);
in Resize()
/foundation/ai/neural_network_runtime/test/system_test/common/
H
A
D
nnrt_test.h
53
virtual OH_NN_ReturnCode
AddTensors
(const std::vector<CppTensor>& cppTensors);
H
A
D
nnrt_test.cpp
48
//
AddTensors
() expects tensors do not destruct and free before the test case end.
49
OH_NN_ReturnCode NNRtTest::
AddTensors
(const std::vector<CppTensor>& cppTensors)
in AddTensors()
function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
64
LOGE("NNRtTest::
AddTensors
failed, get different number of numBits, scales and zeroPoints.");
in AddTensors()
76
LOGE("NNRtTest::
AddTensors
failed, error happens when adding tensor.");
in AddTensors()
86
LOGE("NNRtTest::
AddTensors
failed, error happens when setting value.");
in AddTensors()
/foundation/ai/neural_network_runtime/test/system_test/
H
A
D
end_to_end_test.cpp
55
OH_NN_ReturnCode status =
AddTensors
(tensors);
in BuildModel()
262
ASSERT_EQ(OH_NN_SUCCESS,
AddTensors
(tensors));
in HWTEST_F()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H
A
D
nnrt_op_builder.cpp
58
mappingArgs.context->
AddTensors
(mappingArgs.context, 1, &biasIndex);
in AddZerosBias()
Completed in 5 milliseconds