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:weight_x
(Results
1 - 7
of
7
) sorted by relevance
/third_party/astc-encoder/Test/
H
A
D
astc_trace_analysis.py
148
def __init__(self,
weight_x
, weight_y, weight_z, weight_quant):
149
self.
weight_x
=
weight_x
311
wx = get_attrib(candidate, "
weight_x
")
448
wx = can.
weight_x
/third_party/astc-encoder/Source/
H
A
D
astcenc.h
708
unsigned int
weight_x
;
member
H
A
D
astcenc_block_sizes.cpp
419
di.
weight_x
= static_cast<uint8_t>(x_weights);
in init_decimation_info_2d()
675
di.
weight_x
= static_cast<uint8_t>(x_weights);
in init_decimation_info_3d()
H
A
D
astcenc_entry.cpp
1345
info->
weight_x
= di.
weight_x
;
in astcenc_get_block_info()
H
A
D
astcenc_internal.h
370
uint8_t
weight_x
;
member
H
A
D
astcenc_compress_symbolic.cpp
731
trace_add_data("
weight_x
", di.
weight_x
);
in compress_symbolic_block_for_partition_1plane()
1121
trace_add_data("
weight_x
", di.
weight_x
);
in compress_symbolic_block_for_partition_2planes()
H
A
D
astcenccli_toplevel.cpp
1662
float weight_count = static_cast<float>(info.
weight_x
* info.weight_y);
Completed in 14 milliseconds