Searched defs:var_offset (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dlower_shared_reference.cpp44 struct var_offset { struct in namespace:__anon15869
100 list_for_each_entry(var_offset, var_entry, &var_offsets, node) {
105 struct var_offset *new_entry = rzalloc(list_ctx, struct var_offset);
/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py55 def __init__(self, full_shape, var_offset):
61 var_offset: Tuple or list of `int` specifying offset of this partition
65 TypeError: If `full_shape` or `var_offset` is not a sequence.
66 ValueError: If `full_shape` or `var_offset` differ in length. If
67 `var_offset` exceeds `full_shape` in any dimension.
75 if not isinstance(var_offset, collections_lib.Sequence) or isinstance(
76 var_offset, six.string_types):
78 "`var_offset` must be a sequence (like tuple or list) instead of " +
79 type(var_offset).__name__)
81 if len(var_offset) !
104 def var_offset(self): member in class:_PartitionInfo
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c3260 PtrdiffT var_offset,
3268 const HChar* vo_plural = var_offset == 1 ? "" : "s";
3319 data_addr, var_offset, vo_plural, var->name );
3328 data_addr, var_offset, vo_plural, var->name );
3343 data_addr, var_offset, vo_plural, var->name );
3359 data_addr, var_offset, vo_plural, var->name );
3433 data_addr, var_offset, vo_plural, var->name );
3438 data_addr, var_offset, vo_plural, var->name );
3451 data_addr, var_offset, vo_plural, var->name );
3467 data_addr, var_offset, vo_plura
3255 format_message( XArray* dn1, XArray* dn2, Addr data_addr, const DebugInfo* di, const DiVariable* var, PtrdiffT var_offset, PtrdiffT residual_offset, const XArray* described, Int frameNo, ThreadId tid ) argument
[all...]

Completed in 139 milliseconds