HomeSort by relevance Sort by last modified time
    Searched refs:op_type (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/subzero/pydir/
gen_test_arith_ll.py 1 def mangle(op, op_type, signed):
18 return '_Z' + str(len(base)) + base + suffixMap[op_type][signed]
49 for op_type in ['i1', 'i8', 'i16', 'i32']:
50 arith('i32', op_type, op)
51 for op_type in ['i64', '<4 x i32>', '<8 x i16>', '<16 x i8>']:
52 arith(op_type, op_type, op)
55 for op_type in ['float', 'double', '<4 x float>']:
56 arith(op_type, op_type, op
    [all...]
  /hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/
hexagon_nn_ops.h 54 } op_type; typedef in typeref:enum:op_type_enum
  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_ops_definitions.h 37 virtual int GetOpIdFor(const string& op_type,
  /external/tensorflow/tensorflow/core/common_runtime/
profile_handler.h 41 // - op_type: A type string for the op, which may be used in visualization.
43 // from time "start" to "limit" with "op_type" and "details".
46 StringPiece op_type, StringPiece details) = 0;
57 // - op_type: String name of the Op.
60 bool is_copy, StringPiece label, StringPiece op_type,
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.h 34 int GetOpIdFor(const string& op_type, const DataTypeVector& dt) const final;
43 const string& op_type, const DataTypeVector& dt_vec,
hexagon_ops_definitions.cc 288 const string& op_type, const DataTypeVector& dt_vec,
291 if (map->count(op_type) <= 0) {
292 map->emplace(op_type, std::vector<DataTypeToOp>());
294 map->at(op_type).emplace_back(
385 int HexagonOpsDefinitions::GetOpIdFor(const string& op_type,
387 if (op_name_to_soc_op_type_map_.count(op_type) > 0) {
389 op_name_to_soc_op_type_map_.at(op_type);
  /system/update_engine/payload_consumer/
payload_constants.cc 38 const char* InstallOperationTypeName(InstallOperation_Type op_type) {
39 switch (op_type) {
payload_constants.h 69 const char* InstallOperationTypeName(InstallOperation_Type op_type);
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonModel.h 99 op_type getFloatActivation(uint32_t operand);
100 op_type getQuantizedActivation(uint32_t operand);
113 bool addBasicOperation(op_type op, hexagon_nn_padding_type pad,
116 bool addFloatOperationWithActivation(op_type op, hexagon_nn_padding_type pad,
117 op_type activation,
120 bool addQuant8OperationWithActivation(op_type op, hexagon_nn_padding_type pad,
121 op_type activation,
124 bool addFusedFloatOperation(op_type op, hexagon_nn_padding_type pad,
125 const hexagon_nn_input& bias, op_type activation,
128 bool addFusedQuant8Operation(op_type op, hexagon_nn_padding_type pad
    [all...]
  /external/v8/src/interpreter/
bytecode-decoder.cc 124 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); local
129 switch (op_type) {
133 << DecodeUnsignedOperand(operand_start, op_type, operand_scale)
138 DecodeUnsignedOperand(operand_start, op_type, operand_scale));
144 operand_start, op_type, operand_scale))
148 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale)
153 << DecodeUnsignedOperand(operand_start, op_type, operand_scale);
158 DecodeRegisterOperand(operand_start, op_type, operand_scale);
164 DecodeRegisterListOperand(operand_start, 3, op_type, operand_scale);
172 DecodeRegisterListOperand(operand_start, 2, op_type, operand_scale)
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
profiling.py 33 op_type):
42 op_type: (string) Operation type.
54 self.op_type = op_type
debug_utils.py 152 op_type = op.type
156 if op_type_pattern and not op_type_pattern.match(op_type):
241 op_type = op.type
245 if op_type_pattern and op_type_pattern.match(op_type):
  /external/tensorflow/tensorflow/python/eager/
execution_callbacks.py 40 op_type,
48 op_type: Type name of the op that generated the tensor that generated the
57 self._op_type = op_type
86 def op_type(self): member in class:InfOrNanError
106 def inf_nan_callback(op_type,
123 op_type: Name of the TFE operation type (e.g., `MatMul`).
176 error = InfOrNanError(op_type, op_name, index, len(outputs), value)
189 def inf_callback(op_type,
197 op_type,
207 def nan_callback(op_type,
    [all...]
tape.py 79 def record_operation(op_type, output_tensors, input_tensors, backward_function):
82 op_type, output_tensors, input_tensors, backward_function)
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_metadata_test.cc 59 EXPECT_EQ("add", instruction->metadata().op_type());
84 EXPECT_EQ("", instruction->metadata().op_type());
  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
trace_info.proto 27 string op_type = 2;
  /toolchain/binutils/binutils-2.27/opcodes/
h8300-dis.c 57 for (i = 0; p->data.nib[i] != (op_type) E; i++)
77 op_type looking_for,
175 op_type x,
353 const op_type *nib = q->data.nib;
358 op_type looking_for = *nib;
378 looking_for = (op_type) ((int) looking_for & ~(int) B31);
386 looking_for = (op_type) ((int) looking_for & ~(int) B30);
394 looking_for = (op_type) ((int) looking_for & ~(int) B21);
402 looking_for = (op_type) ((int) looking_for & ~(int) B20);
409 looking_for = (op_type) ((int) looking_for & ~(int) B11)
    [all...]
  /external/capstone/bindings/vb6/
vbCapstone.cpp 81 int __stdcall bs_op_index(csh handle, const cs_insn *insn, unsigned int op_type, unsigned int position){
83 return cs_op_index(handle,insn,op_type,position);
86 int __stdcall bs_op_count(csh handle, const cs_insn *insn, unsigned int op_type){
88 return cs_op_count(handle,insn,op_type);
  /system/update_engine/payload_generator/
delta_diff_utils.h 122 // Returns whether |op_type| is one of the REPLACE full operations.
123 bool IsAReplaceOperation(InstallOperation_Type op_type);
125 // Returns true if an operation with type |op_type| has no |src_extents|.
126 bool IsNoSourceOperation(InstallOperation_Type op_type);
full_update_generator.cc 105 InstallOperation_Type op_type; local
107 buffer_in_, version_, &op_blob, &op_type));
109 aop_->op.set_type(op_type);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic30.c 229 unsigned op_type; member in struct:__anon4366
452 current_op->op_type = Direct;
575 current_op->op_type = Indirect;
586 current_op->op_type = ARn;
588 current_op->op_type = Rn;
590 current_op->op_type = DPReg;
592 current_op->op_type = OtherReg;
639 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
641 current_op->op_type |= IVector;
890 if ((p_insn.operand_type[count][i]->op_type
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 577 int Rd, int Rn, uint32_t op_type, uint32_t size)
583 if(op_type == OPERAND_IMM)
613 else if(op_type == OPERAND_REG_OFFSET)
620 else if(op_type > OPERAND_UNSUPPORTED)
633 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type)
635 return dataTransfer(opLDR, cc, Rd, Rn, op_type, 64);
637 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type)
639 return dataTransfer(opSTR, cc, Rd, Rn, op_type, 64);
641 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type)
643 return dataTransfer(opLDR, cc, Rd, Rn, op_type);
    [all...]
  /external/capstone/
cs.c 948 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type)
980 if (insn->detail->arm.operands[i].type == (arm_op_type)op_type)
985 if (insn->detail->arm64.operands[i].type == (arm64_op_type)op_type)
990 if (insn->detail->x86.operands[i].type == (x86_op_type)op_type)
995 if (insn->detail->mips.operands[i].type == (mips_op_type)op_type)
1000 if (insn->detail->ppc.operands[i].type == (ppc_op_type)op_type)
1005 if (insn->detail->sparc.operands[i].type == (sparc_op_type)op_type)
1010 if (insn->detail->sysz.operands[i].type == (sysz_op_type)op_type)
1015 if (insn->detail->xcore.operands[i].type == (xcore_op_type)op_type)
1024 int CAPSTONE_API cs_op_index(csh ud, const cs_insn *insn, unsigned int op_type,
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
select_reactor.hpp 74 int op_type, socket_type descriptor,
85 ASIO_DECL void start_op(int op_type, socket_type descriptor,
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
match_test.py 52 match.op_type("Add"), match.op_type("Const"))(self.f.op))

Completed in 1041 milliseconds

1 2 3 4 5