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

1 2 34 5

  /external/tensorflow/tensorflow/java/src/main/native/
operation_builder_jni.cc 62 const char* op_type = env->GetStringUTFChars(type, nullptr); local
64 TF_OperationDescription* d = TF_NewOperation(graph, op_type, op_name);
66 env->ReleaseStringUTFChars(type, op_type);
  /toolchain/binutils/binutils-2.27/opcodes/
cr16-dis.c 130 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++)
756 a.type = getargtype (instruction->operands[i].op_type);
757 a.size = getbits (instruction->operands[i].op_type);
  /external/capstone/bindings/vb6/
Module1.bas 557 ' @op_type: Operand type to be found.
559 ' @return: number of operands of given type @op_type in instruction @insn,
563 'int cs_op_count(csh handle, const cs_insn *insn, unsigned int op_type);
564 Public Declare Function cs_op_count Lib "vbCapstone.dll" Alias "bs_op_count" (ByVal handle As Long, ByVal instruction As Long, ByVal op_type As Long) As Long
577 ' @op_type: Operand type to be found.
579 ' [1, cs_op_count(handle, insn, op_type)]
581 ' @return: index of operand of given type @op_type in <arch>.operands[] array
585 'int cs_op_index(csh handle, const cs_insn *insn, unsigned int op_type, unsigned int position);
586 Public Declare Function cs_op_index Lib "vbCapstone.dll" Alias "bs_op_index" (ByVal handle As Long, ByVal instruction As Long, ByVal op_type As Long, ByVal position As Long) As Long
  /external/capstone/bindings/python/capstone/
__init__.py 659 # return number of operands having same operand type @op_type
660 def op_count(self, op_type):
666 if op.type == op_type:
670 # get the operand at position @position of all operands having the same type @op_type
671 def op_find(self, op_type, position):
677 if op.type == op_type:
  /external/opencv/cv/src/
cvcorner.cpp 204 int aperture_size, int op_type, double k=0. )
392 if( op_type == ICV_MINEIGENVAL )
396 else if( op_type == ICV_HARRIS )
400 else if( op_type == ICV_EIGENVALSVECS )
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.cc 151 attrs["tf_op_type"].set_s(instruction->metadata().op_type());
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
match.py 27 "op_type",
41 def op_type(op_types, op=None): function
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 37 SORT_OPS_BY_OP_TYPE = "op_type"
107 text = self._profile_datum_list[row].op_type
186 if (profile_datum.op_type is not None and op_type_regex and
187 not op_type_regex.match(profile_datum.op_type)):
212 return profile_datum.op_type
  /external/tensorflow/tensorflow/python/debug/lib/
source_utils.py 306 if op_type_regex and not op_type_regex.match(profile_datum.op_type):
  /external/tensorflow/tensorflow/python/ops/
variables.py     [all...]
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonController.cpp 126 int Controller::append_node(hexagon_nn_nn_id id, uint32_t node_id, op_type operation,
  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c     [all...]
tc-z8k.c 187 } op_type; typedef in typeref:struct:z8k_op
730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand)
858 get_specific (opcode_entry_type *opcode, op_type *operands)
    [all...]
tc-m32r.c 2323 operatorT op_type; local
    [all...]
tc-metag.c 6900 operatorT op_type; local
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
placer.cc 478 const string& op_type = node->type_string(); local
485 type_to_devices[op_type] = std::move(devices_registered);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer_test.cc 56 int GetOpIdFor(const string& op_type, const DataTypeVector&) const final {
58 if (op_types_[i] == op_type) {
  /external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md 263 In tfprof, 'device' is an op_type. For example, if op1 and op2 are placed on
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 60 'node_exec_stats', 'op_type', 'traceback'])
244 label.key = self._string_table.index_of('op_type')
245 label.str = self._string_table.index_of(datum.op_type)
  /system/bt/stack/include/
btm_ble_api_types.h 476 uint8_t op_type; member in struct:__anon2388
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 40 'op_type',
57 def CurrentSourceInfoMetadata(op_type=None, op_name=None, skip_frames=1):
62 op_type=op_type,
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 165 Output ConstructOp(const Scope& scope, const string& op_type,
168 const string unique_name = scope.GetUniqueNameForOp(op_type);
170 NodeBuilder(unique_name, op_type, scope.graph()->op_registry());
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2484 enum lp_sampler_op_type op_type; local
3415 enum lp_sampler_op_type op_type; local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service_base.hpp 417 ASIO_DECL void start_op(base_implementation_type& impl, int op_type,

Completed in 730 milliseconds

1 2 34 5