/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 36 * result with the same rank as the input. 44 * Supported tensor rank: 4 82 * Supported tensor rank: up to 4 103 * keep_dims is true, the rank of the tensor is reduced by 1 for each entry 111 * Supported tensor rank: up to 4 117 * [-rank(input_tensor), rank(input_tensor)). 143 * Supported tensor rank: up to 4 149 * tensor must be {rank(input0), 2}. 157 * output tensor has the same rank as input0, and each 186 * Supported tensor rank: 4 [all …]
|
/hardware/google/av/media/sfplugin/ |
D | Codec2InfoBuilder.cpp | 373 C2Component::rank_t rank = trait.rank; in buildMediaCodecList() local 393 rank = 1; in buildMediaCodecList() 400 rank = std::numeric_limits<decltype(rank)>::max(); in buildMediaCodecList() 409 rank = 1; in buildMediaCodecList() 414 rank = std::numeric_limits<decltype(rank)>::max(); in buildMediaCodecList() 420 rank = 1; in buildMediaCodecList() 448 codecInfo->setRank(rank); in buildMediaCodecList()
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonUtils.cpp | 180 return lhs.rank == rhs.rank && lhs.max_sizes[0] == rhs.max_sizes[0] && in operator ==() 195 .rank = std::min(8u, static_cast<uint32_t>(alignedDims.size())), in make_hexagon_nn_output() 251 return "hexagon_nn_output{.rank: " + std::to_string(output.rank) + ", .max_sizes: [" + in toString()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocTimer.cpp | 508 int rank = -1; in ranks() local 513 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 514 if(0 == rank) in ranks() 517 rank = (int)(timer->mFutureTime.tv_nsec - mFutureTime.tv_nsec); in ranks() 520 return rank; in ranks()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocTimer.cpp | 507 int rank = -1; in ranks() local 512 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 513 if(0 == rank) in ranks() 516 rank = (int)(timer->mFutureTime.tv_nsec - mFutureTime.tv_nsec); in ranks() 519 return rank; in ranks()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocTimer.cpp | 510 int rank = -1; in ranks() local 515 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 516 if(0 == rank) in ranks() 519 rank = (int)(timer->mFutureTime.tv_nsec - mFutureTime.tv_nsec); in ranks() 522 return rank; in ranks()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | LocTimer.cpp | 507 int rank = -1; in ranks() local 512 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 513 if(0 == rank) in ranks() 516 rank = (int)(timer->mFutureTime.tv_nsec - mFutureTime.tv_nsec); in ranks() 519 return rank; in ranks()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 199 * Supported tensor rank: up to 4 234 * Supported tensor rank: 4, with "NHWC" or "NCHW" data layout. 310 * Supported tensor rank: up to 4 367 * Supported tensor rank: 4, with "NHWC" or "NCHW" data layout. 517 * Supported tensor rank: 4, with "NHWC" or "NCHW" data layout. 645 * Supported tensor rank: 4, with "NHWC" or "NCHW" data layout. 684 * Supported tensor rank: up to 4 721 * Supported value tensor rank: from 2 730 * * 0: A n-D tensor with the same rank and shape as the Values 745 * Supported tensor rank: up to 4 [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 107 * Supported tensor rank: up to 4 141 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width, 205 * Supported tensor rank: up to 4 245 * Supported tensor rank: 4, with "NHWC" data layout. 336 * Supported tensor rank: 4, with "NHWC" data layout. 422 * Supported tensor rank: 4, with "NHWC" data layout. 449 * Supported tensor rank: up to 4 489 * * 0: A n-D tensor with the same rank and shape as the Values 503 * Supported tensor rank: up to 4 528 * Supported tensor rank: up to 4. [all …]
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/ |
D | hexagon_nn_controller.h | 35 unsigned int rank; member
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 505 int rank = -1; in ranks() local 510 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 512 return rank; in ranks()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocTimer.cpp | 506 int rank = -1; in ranks() local 511 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 513 return rank; in ranks()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | LocTimer.cpp | 508 int rank = -1; in ranks() local 513 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 515 return rank; in ranks()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocTimer.cpp | 506 int rank = -1; in ranks() local 511 rank = timer->mFutureTime.tv_sec - mFutureTime.tv_sec; in ranks() 513 return rank; in ranks()
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 410 rank_t rank; ///< component rank member
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | ComponentStore.cpp | 326 out << indent << "rank: " << comp->rank << std::endl; in dump()
|
D | types.cpp | 285 d->rank = static_cast<uint32_t>(s.rank); in objcpy() 326 d->rank = static_cast<C2Component::rank_t>(s.rank); in objcpy()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 126 uint32_t rank;
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 120 uint32_t rank;
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 712 traits->rank = 0x200; in init()
|