OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type64
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c
788
struct lp_type
type64
, type16, type32;
local
805
type64
= type;
806
type64
.length /= 8;
807
type64
.width *= 8;
808
type64_t = lp_build_vec_type(gallivm,
type64
);
850
lo = lp_build_interleave2(gallivm,
type64
, lo2, hi2, 0);
851
hi = lp_build_interleave2(gallivm,
type64
, lo2, hi2, 1);
[
all
...]
/frameworks/ml/nn/runtime/test/generated/models/
mobilenet_quantized.model.cpp
14
OperandType
type64
(Type::TENSOR_INT32, {256}, 0.00107613671571, 0);
282
auto op70 = model->addOperand(&
type64
);
[
all
...]
Completed in 1027 milliseconds