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:dataType
(Results
1 - 4
of
4
) sorted by relevance
/interface/sdk_c/ai/neural_network_runtime/
H
A
D
neural_network_core.h
462
* @param
dataType
The data type of the tensor that needs to be set.
466
* is that the <b>tensorDesc</b> is nullptr, or <b>
dataType
</b> is invalid.\n
470
OH_NN_ReturnCode OH_NNTensorDesc_SetDataType(NN_TensorDesc *tensorDesc, OH_NN_DataType
dataType
);
477
* if <b>tensorDesc</b> or <b>
dataType
</b> is a null pointer, this method will return error code. \n
480
* @param
dataType
The returned data type of the tensor.
484
* is that the <b>tensorDesc</b> or <b>
dataType
</b> is nullptr.\n
488
OH_NN_ReturnCode OH_NNTensorDesc_GetDataType(const NN_TensorDesc *tensorDesc, OH_NN_DataType *
dataType
);
H
A
D
neural_network_runtime_type.h
1965
* * <b>
dataType
</b>: The data type of the output tensor.
2708
* * <b>output</b>: Result tensor with the same
dataType
as the input.
2749
* * <b>output</b>: Result tensor with the same
dataType
as the input.
2764
* * <b>output</b>: Result tensor with the same shape and
dataType
as the input.
3091
/** This enumerated value is used when the tensor is used as the <b>
dataType
</b> parameter
3574
OH_NN_DataType
dataType
;
member
/interface/sdk_c/multimedia/player_framework/
H
A
D
native_avscreen_capture_base.h
242
/* Audio encoder info, no need to set, while
dataType
= OH_ORIGINAL_STREAM */
323
OH_DataType
dataType
;
member
326
/* should be set, while
dataType
= OH_CAPTURE_FILE */
/interface/sdk_c/multimedia/image_effect/
H
A
D
image_effect_filter.h
158
ImageEffect_DataType
dataType
= ImageEffect_DataType::EFFECT_DATA_TYPE_UNKNOWN;
member
Completed in 9 milliseconds