Searched refs:type_b (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | kullback_leibler.py | 39 def _registered_kl(type_a, type_b): argument 42 hierarchy_b = tf_inspect.getmro(type_b)
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 352 const glsl_type *type_b = value_b->type; in arithmetic_result_type() local 360 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type() 372 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type() 379 type_b = value_b->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() 413 if (!type_b->is_scalar()) in arithmetic_result_type() 414 return type_b; in arithmetic_result_type() 415 } else if (type_b->is_scalar()) { in arithmetic_result_type() 424 assert(!type_b->is_scalar()); in arithmetic_result_type() [all …]
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_algebra.py | 60 def _registered_matmul(type_a, type_b): argument 62 return _registered_function([type_a, type_b], _MATMUL)
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 1252 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type() argument 1254 if (type_a == type_b) { in get_mul_type() 1256 } else if (type_a->is_matrix() && type_b->is_matrix()) { in get_mul_type() 1262 if (type_a->row_type() == type_b->column_type()) { in get_mul_type() 1271 type_b->row_type()->vector_elements); in get_mul_type() 1282 if (type_a->row_type() == type_b) { in get_mul_type() 1294 assert(type_b->is_matrix()); in get_mul_type() 1301 if (type_a == type_b->column_type()) { in get_mul_type() 1306 type_b->row_type()->vector_elements, in get_mul_type()
|
D | glsl_types.h | 312 const glsl_type *type_b);
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 447 u8 type_a, type_b; in acpi_sleep_test() local 451 status = acpi_get_sleep_type_data(i, &type_a, &type_b); in acpi_sleep_test() 454 i, type_a, type_b); in acpi_sleep_test()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.h | 168 unsigned type_b:3; member
|
D | nv50_tex.c | 107 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) | in nv50_create_texture_view()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.h | 181 unsigned type_b:3; member
|
D | nvc0_tex.c | 111 tic[0] |= fmt->tic.type_b << GM107_TIC2_0_B_DATA_TYPE__SHIFT; in gm107_create_texture_view() 326 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) | in gf100_create_texture_view()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | remat-fold-load.ll | 13 %type_a = type { %type_a*, %type_b } 14 %type_b = type { %type_c, i32 }
|
/external/llvm/test/CodeGen/X86/ |
D | remat-fold-load.ll | 13 %type_a = type { %type_a*, %type_b } 14 %type_b = type { %type_c, i32 }
|
/external/bcc/tests/lua/ |
D | luaunit.lua | 82 local type_a, type_b = type(a), type(b) 83 if type_a == type_b then 88 type_b = crossTypeOrdering[type_b] or crossTypeOrdering.other 89 return type_a < type_b
|