Home
last modified time | relevance | path

Searched refs:type_a (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_algebra.py51 def _registered_adjoint(type_a): argument
53 return _registered_function([type_a], _ADJOINTS)
56 def _registered_cholesky(type_a): argument
58 return _registered_function([type_a], _CHOLESKY_DECOMPS)
61 def _registered_matmul(type_a, type_b): argument
63 return _registered_function([type_a, type_b], _MATMUL)
66 def _registered_solve(type_a, type_b): argument
68 return _registered_function([type_a, type_b], _SOLVE)
71 def _registered_inverse(type_a): argument
73 return _registered_function([type_a], _INVERSES)
/external/llvm-project/llvm/test/CodeGen/X86/
Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
/external/llvm/test/CodeGen/X86/
Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp824 const auto* type_a = ir_context_->get_type_mgr()->GetType(end_type_id_1); in DataDescriptorsAreWellFormedAndComparable() local
826 assert(type_a && type_b && "Data descriptors have invalid type(s)"); in DataDescriptorsAreWellFormedAndComparable()
832 if (type_a->AsVector() && type_b->AsVector()) { in DataDescriptorsAreWellFormedAndComparable()
833 const auto* vector_a = type_a->AsVector(); in DataDescriptorsAreWellFormedAndComparable()
845 type_a = vector_a->element_type(); in DataDescriptorsAreWellFormedAndComparable()
863 return (type_a->AsInteger() || type_a->AsFloat()) && in DataDescriptorsAreWellFormedAndComparable()
865 (get_bit_count_for_numeric_type(*type_a) == in DataDescriptorsAreWellFormedAndComparable()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp824 const auto* type_a = ir_context_->get_type_mgr()->GetType(end_type_id_1); in DataDescriptorsAreWellFormedAndComparable() local
826 assert(type_a && type_b && "Data descriptors have invalid type(s)"); in DataDescriptorsAreWellFormedAndComparable()
832 if (type_a->AsVector() && type_b->AsVector()) { in DataDescriptorsAreWellFormedAndComparable()
833 const auto* vector_a = type_a->AsVector(); in DataDescriptorsAreWellFormedAndComparable()
845 type_a = vector_a->element_type(); in DataDescriptorsAreWellFormedAndComparable()
863 return (type_a->AsInteger() || type_a->AsFloat()) && in DataDescriptorsAreWellFormedAndComparable()
865 (get_bit_count_for_numeric_type(*type_a) == in DataDescriptorsAreWellFormedAndComparable()
/external/icing/icing/schema/
Dschema-util_test.cc75 SchemaTypeConfigProto type_a = in TEST() local
136 .AddType(type_a) in TEST()
161 SchemaTypeConfigProto type_a = in TEST() local
228 .AddType(type_a) in TEST()
248 SchemaTypeConfigProto type_a = in TEST() local
312 .AddType(type_a) in TEST()
330 SchemaTypeConfigProto type_a = in TEST() local
349 SchemaProto schema = SchemaBuilder().AddType(type_a).AddType(type_b).Build(); in TEST()
358 SchemaTypeConfigProto type_a = in TEST() local
387 SchemaBuilder().AddType(type_a).AddType(type_b).AddType(type_c).Build(); in TEST()
[all …]
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py189 def run_once(self, type_a=None, type_b=None, pinned_type=None): argument
220 if type_a and node['Type'] == type_a:
Dcontrol22 type_a='HEADPHONE',
Dcontrol.input27 type_a='MIC',
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py39 def _registered_kl(type_a, type_b): argument
41 hierarchy_a = tf_inspect.getmro(type_a)
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp351 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local
360 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type()
371 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type()
378 type_a = value_a->type; in arithmetic_result_type()
390 if (type_a->base_type != type_b->base_type) { in arithmetic_result_type()
404 if (type_a->is_scalar() && type_b->is_scalar()) in arithmetic_result_type()
405 return type_a; in arithmetic_result_type()
412 if (type_a->is_scalar()) { in arithmetic_result_type()
416 return type_a; in arithmetic_result_type()
423 assert(!type_a->is_scalar()); in arithmetic_result_type()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-nvptx-mma.py36 for geom, type_a, type_c in product( geoms, types_a, types_c):
37 for type_b, type_d in product(types_b if types_b else [type_a],
39 ops.append(MMAOp(MMAFrag(geom, "a", type_a),
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dwmma.py143 for geom, type_a, type_c in product( geoms, types_a, types_c):
144 for type_b, type_d in product(types_b if types_b else [type_a],
146 ops.append(MMAOp(MMAFrag(geom, "a", type_a),
/external/mesa3d/src/compiler/
Dglsl_types.cpp1490 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type() argument
1492 if (type_a->is_matrix() && type_b->is_matrix()) { in get_mul_type()
1498 if (type_a->row_type() == type_b->column_type()) { in get_mul_type()
1505 get_instance(type_a->base_type, in get_mul_type()
1506 type_a->column_type()->vector_elements, in get_mul_type()
1512 } else if (type_a == type_b) { in get_mul_type()
1513 return type_a; in get_mul_type()
1514 } else if (type_a->is_matrix()) { in get_mul_type()
1520 if (type_a->row_type() == type_b) { in get_mul_type()
1524 get_instance(type_a->base_type, in get_mul_type()
[all …]
Dglsl_types.h505 static const glsl_type *get_mul_type(const glsl_type *type_a,
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c453 u8 type_a, type_b; in acpi_sleep_test() local
457 status = acpi_get_sleep_type_data(i, &type_a, &type_b); in acpi_sleep_test()
460 i, type_a, type_b); in acpi_sleep_test()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops_test.py68 for type_a in self.types:
70 if not check_promotion and type_a != type_b:
72 arg1 = np_array_ops.array(a, dtype=type_a)
/external/bcc/tests/lua/
Dluaunit.lua82 local type_a, type_b = type(a), type(b)
83 if type_a == type_b then
84 local func = crossTypeComparison[type_a] or crossTypeComparison.other
87 type_a = crossTypeOrdering[type_a] or crossTypeOrdering.other
89 return type_a < type_b
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h169 unsigned type_a:3; member
Dnv50_tex.c108 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) | in nv50_create_texture_view()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h193 unsigned type_a:3; member
Dnvc0_tex.c112 tic[0] |= fmt->tic.type_a << GM107_TIC2_0_A_DATA_TYPE__SHIFT; in gm107_create_texture_view()
327 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) | in gf100_create_texture_view()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td170 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
171 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
174 [[WMMA_REGS<geom, "a", type_a>,
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsNVVM.td165 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
166 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
169 [[WMMA_REGS<geom, "a", type_a>,