Home
last modified time | relevance | path

Searched defs:type_a (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_algebra.py51 def _registered_adjoint(type_a): argument
56 def _registered_cholesky(type_a): argument
61 def _registered_matmul(type_a, type_b): argument
66 def _registered_solve(type_a, type_b): argument
71 def _registered_inverse(type_a): argument
/external/icing/icing/schema/
Dschema-util_test.cc75 SchemaTypeConfigProto type_a = in TEST() local
161 SchemaTypeConfigProto type_a = in TEST() local
248 SchemaTypeConfigProto type_a = in TEST() local
330 SchemaTypeConfigProto type_a = in TEST() local
358 SchemaTypeConfigProto type_a = in TEST() local
395 SchemaTypeConfigProto type_a = in TEST() local
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py39 def _registered_kl(type_a, type_b): argument
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py189 def run_once(self, type_a=None, type_b=None, pinned_type=None): argument
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp351 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local
522 const glsl_type *type_a = value_a->type; in bit_logic_result_type() local
609 const glsl_type *type_a = value_a->type; in modulus_result_type() local
677 const glsl_type *type_a = value_a->type; in relational_result_type() local
729 shift_result_type(const struct glsl_type *type_a, in shift_result_type()
6971 const glsl_type *type_a = label->type; in hir() local
/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
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
/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
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c453 u8 type_a, type_b; in acpi_sleep_test() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h169 unsigned type_a:3; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h193 unsigned type_a:3; member
/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()