Searched refs:Packs (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | xdrlib.rst | 72 Packs the single-precision floating point number *value*. 77 Packs the double-precision floating point number *value*. 84 Packs a fixed length string, *s*. *n* is the length of the string but it is 91 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`. 96 Packs a variable length string, *s*. The length of the string is first packed 103 Packs a variable length opaque data string, similarly to :meth:`pack_string`. 108 Packs a variable length byte stream, similarly to :meth:`pack_string`. 115 Packs a *list* of homogeneous items. This method is useful for lists with an 131 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of 139 Packs a variable length *list* of homogeneous items. First, the length of the
|
/external/python/cpython2/Doc/library/ |
D | xdrlib.rst | 73 Packs the single-precision floating point number *value*. 78 Packs the double-precision floating point number *value*. 85 Packs a fixed length string, *s*. *n* is the length of the string but it is 92 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`. 97 Packs a variable length string, *s*. The length of the string is first packed 104 Packs a variable length opaque data string, similarly to :meth:`pack_string`. 109 Packs a variable length byte stream, similarly to :meth:`pack_string`. 116 Packs a *list* of homogeneous items. This method is useful for lists with an 132 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of 140 Packs a variable length *list* of homogeneous items. First, the length of the
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Pack.pbtxt | 25 summary: "Packs a list of `N` rank-`R` tensors into one rank-`(R+1)` tensor." 27 Packs the `N` tensors in `values` into a tensor with rank one higher than each
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 737 Packs.push_back(Pack); in addPack() 779 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in addPacks() 781 unsigned NumNamedPacks = Packs.size(); in addPacks() 806 if (Packs[I].Index >= Info.getNumExplicitArgs()) { in finishConstruction() 812 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) { in finishConstruction() 824 for (auto &Pack : Packs) { in finishConstruction() 850 for (auto &Pack : Packs) in ~PackDeductionScope() 875 for (auto &Pack : Packs) { in nextPackElement() 898 for (auto &Pack : Packs) { in finish() 996 SmallVector<DeducedPack, 2> Packs; member in __anonb17da8c00111::PackDeductionScope
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 601 Packs.push_back(Pack); in PackDeductionScope() 605 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in PackDeductionScope() 607 for (auto &Pack : Packs) { in PackDeductionScope() 630 for (auto &Pack : Packs) in ~PackDeductionScope() 639 for (auto &Pack : Packs) { in nextPackElement() 654 for (auto &Pack : Packs) { in finish() 728 SmallVector<DeducedPack, 2> Packs; member in __anona625d1720111::PackDeductionScope
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 476 // Packs.
|
/external/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 427 /* Packs the sign `zSign', the exponent `zExp', and the significand formed by 1189 /* Packs the sign `zSign', exponent `zExp', and significand `zFrac' into a
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 556 // Packs.
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 877 // Packs.
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 2303 let summary = "Packs a list of tensors along a dimension into one tensor"; 2306 Packs a list of `values_count` rank-`R` tensors into one rank-`(R+1)` 2309 Packs the `values_count` tensors in `values` into a tensor with rank one
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 2308 Packs a list of N rank-R tensors into one rank-(R+1) tensor.
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 9273 Packs a list of `N` rank-`R` tensors into one rank-`(R+1)` tensor. 9277 Packs the `N` tensors in `values` into a tensor with rank one higher than each
|