Home
last modified time | relevance | path

Searched defs:type_b (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py39 def _registered_kl(type_a, type_b): argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_algebra.py60 def _registered_matmul(type_a, type_b): argument
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp352 const glsl_type *type_b = value_b->type; in arithmetic_result_type() local
523 const glsl_type *type_b = value_b->type; in bit_logic_result_type() local
610 const glsl_type *type_b = value_b->type; in modulus_result_type() local
677 const glsl_type *type_b = value_b->type; in relational_result_type() local
729 const struct glsl_type *type_b, in shift_result_type()
6719 const glsl_type *type_b = state->switch_state.test_var->type; in hir() local
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c447 u8 type_a, type_b; in acpi_sleep_test() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h168 unsigned type_b:3; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h181 unsigned type_b:3; member
/external/mesa3d/src/compiler/
Dglsl_types.cpp1252 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type()