HomeSort by relevance Sort by last modified time
    Searched refs:type_b (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/python/ops/distributions/
kullback_leibler.py 39 def _registered_kl(type_a, type_b):
42 hierarchy_b = tf_inspect.getmro(type_b)
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_algebra.py 60 def _registered_matmul(type_a, type_b):
62 return _registered_function([type_a, type_b], _MATMUL)
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 447 u8 type_a, type_b; local
451 status = acpi_get_sleep_type_data(i, &type_a, &type_b);
454 i, type_a, type_b);
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 352 const glsl_type *type_b = value_b->type; local
360 if (!type_a->is_numeric() || !type_b->is_numeric()) {
372 && !apply_implicit_conversion(type_b, value_a, state)) {
379 type_b = value_b->type;
390 if (type_a->base_type != type_b->base_type) {
404 if (type_a->is_scalar() && type_b->is_scalar())
413 if (!type_b->is_scalar())
414 return type_b;
415 } else if (type_b->is_scalar()) {
424 assert(!type_b->is_scalar())
523 const glsl_type *type_b = value_b->type; local
610 const glsl_type *type_b = value_b->type; local
677 const glsl_type *type_b = value_b->type; local
6719 const glsl_type *type_b = state->switch_state.test_var->type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 168 unsigned type_b:3; member in struct:nv50_format::__anon33441
nv50_tex.c 107 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 181 unsigned type_b:3; member in struct:nvc0_format::__anon33454
nvc0_tex.c 111 tic[0] |= fmt->tic.type_b << GM107_TIC2_0_B_DATA_TYPE__SHIFT;
326 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp     [all...]
glsl_types.h 309 * Get the type resulting from a multiplication of \p type_a * \p type_b
312 const glsl_type *type_b);
  /external/bcc/tests/lua/
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
    [all...]

Completed in 361 milliseconds