Home
last modified time | relevance | path

Searched refs:op_kind (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/tools/sva/tools/
Dprocess_grammar.rb65 g['operand_kinds'].each do |op_kind|
66 next if op_kind['category'] !~ /Enum/
69 type: op_kind['category'],
73 op_kind['enumerants'].each do |enum|
85 v = if op_kind['category'] == 'BitEnum'
101 operand_kinds[op_kind['kind']] = kind
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/tools/
Dprocess_grammar.rb65 g['operand_kinds'].each do |op_kind|
66 next if op_kind['category'] !~ /Enum/
69 type: op_kind['category'],
73 op_kind['enumerants'].each do |enum|
85 v = if op_kind['category'] == 'BitEnum'
101 operand_kinds[op_kind['kind']] = kind
/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis.cc267 absl::optional<XlaResourceOpKind> op_kind; in ComputeIncompatibleResourceOperationPairs() local
269 *n, flib_def, resource_ops_to_ignore, &op_kind)); in ComputeIncompatibleResourceOperationPairs()
287 if (op_kind) { in ComputeIncompatibleResourceOperationPairs()
289 if (IsEdgeSafe(incoming_op.second, *op_kind)) { in ComputeIncompatibleResourceOperationPairs()
297 << " -> " << NodeToString(*n, *op_kind); in ComputeIncompatibleResourceOperationPairs()
304 if (op_kind != XlaResourceOpKind::kRead) { in ComputeIncompatibleResourceOperationPairs()
305 resource_op_set->Add({n->id(), *op_kind}); in ComputeIncompatibleResourceOperationPairs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_operation_table.h43 explicit XlaResourceOpInfo(XlaResourceOpKind op_kind, in XlaResourceOpInfo() argument
45 : op_kind_(op_kind), resource_kind_(resource_kind) {} in XlaResourceOpInfo()
50 static absl::string_view XlaResourceOpKindToString(XlaResourceOpKind op_kind);
Dresource_operation_table.cc22 XlaResourceOpKind op_kind) { in XlaResourceOpKindToString() argument
23 switch (op_kind) { in XlaResourceOpKindToString()
37 auto add = [&](absl::string_view op, XlaResourceOpKind op_kind, in CreateResourceOpInfoMap()
40 result->insert({op, XlaResourceOpInfo(op_kind, resource_kind)}); in CreateResourceOpInfoMap()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp118 clang::OverloadedOperatorKind op_kind = clang::NUM_OVERLOADED_OPERATORS; in AddFunDecl() local
120 TypeSystemClang::IsOperator(decl_name.getAsString().c_str(), op_kind)) { in AddFunDecl()
122 false, op_kind, func_proto_type->getNumParams())) in AddFunDecl()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp124 int op_kind = (flags & AF_PRED) ? 1 : in optimize_cc_op2() local
178 switch(op_kind) { in optimize_cc_op2()
/external/python/cpython3/Parser/
Dasdl.py248 op_kind = TokenKind.operator_table[c]
251 yield Token(op_kind, c, lineno)
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp362 clang::OverloadedOperatorKind &op_kind) { in IsOperator() argument
371 op_kind = StringSwitch<clang::OverloadedOperatorKind>(name) in IsOperator()
413 if (op_kind != clang::NUM_OVERLOADED_OPERATORS) in IsOperator()
430 op_kind = StringSwitch<clang::OverloadedOperatorKind>(name) in IsOperator()
1597 clang::OverloadedOperatorKind op_kind, in check_op_param() argument
1601 if (op_kind == OO_Call) in check_op_param()
1616 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount() argument
1618 switch (op_kind) { in CheckOverloadedOperatorKindParameterCount()
1631 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount()
1632 switch (op_kind) { in CheckOverloadedOperatorKindParameterCount()
[all …]
DTypeSystemClang.h293 clang::OverloadedOperatorKind &op_kind);
368 bool is_method, clang::OverloadedOperatorKind op_kind,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc602 xla::RendezvousKey::CollectiveOpKind op_kind = in GetRendezvousKey() local
613 num_local_participants, op_kind, op_id}; in GetRendezvousKey()