HomeSort by relevance Sort by last modified time
    Searched refs:Operand (Results 276 - 300 of 1313) sorted by null

<<11121314151617181920>>

  /external/vixl/src/aarch32/
disasm-aarch32.h 228 PrintMemOperand(LocationType location_type, const MemOperand& operand)
229 : location_type_(location_type), operand_(operand) {}
240 const AlignedMemOperand& operand)
241 : location_type_(location_type), operand_(operand) {}
418 virtual DisassemblerStream& operator<<(const Operand& operand) {
419 if (operand.IsImmediate()) {
421 return *this << "#0x" << std::hex << operand.GetImmediate()
424 return *this << "#" << operand.GetImmediate();
426 if (operand.IsImmediateShiftedRegister())
    [all...]
  /frameworks/ml/nn/runtime/test/generated/vts_models/
add.model.cpp 4 const std::vector<Operand> operands = {
add_broadcast_quant8.model.cpp 4 const std::vector<Operand> operands = {
add_quant8.model.cpp 4 const std::vector<Operand> operands = {
add_relaxed.model.cpp 4 const std::vector<Operand> operands = {
avg_pool_float_1.model.cpp 4 const std::vector<Operand> operands = {
avg_pool_float_5.model.cpp 4 const std::vector<Operand> operands = {
avg_pool_quant8_1.model.cpp 4 const std::vector<Operand> operands = {
avg_pool_quant8_4.model.cpp 4 const std::vector<Operand> operands = {
avg_pool_quant8_5.model.cpp 4 const std::vector<Operand> operands = {
batch_to_space.model.cpp 4 const std::vector<Operand> operands = {
batch_to_space_float_1.model.cpp 4 const std::vector<Operand> operands = {
batch_to_space_float_1_relaxed.model.cpp 4 const std::vector<Operand> operands = {
batch_to_space_quant8_1.model.cpp 4 const std::vector<Operand> operands = {
batch_to_space_relaxed.model.cpp 4 const std::vector<Operand> operands = {
concat_float_1.model.cpp 4 const std::vector<Operand> operands = {
concat_float_1_relaxed.model.cpp 4 const std::vector<Operand> operands = {
concat_float_2.model.cpp 4 const std::vector<Operand> operands = {
concat_float_2_relaxed.model.cpp 4 const std::vector<Operand> operands = {
concat_float_3.model.cpp 4 const std::vector<Operand> operands = {
concat_float_3_relaxed.model.cpp 4 const std::vector<Operand> operands = {
concat_quant8_1.model.cpp 4 const std::vector<Operand> operands = {
concat_quant8_2.model.cpp 4 const std::vector<Operand> operands = {
concat_quant8_3.model.cpp 4 const std::vector<Operand> operands = {
depth_to_space_float_1.model.cpp 4 const std::vector<Operand> operands = {

Completed in 3584 milliseconds

<<11121314151617181920>>