Home
last modified time | relevance | path

Searched defs:sizes (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/skia/src/core/
DSkVertices.cpp65 const SkVertices::Sizes& sizes) { in Builder()
70 const SkVertices::Sizes& sizes) { in init()
130 Sizes sizes(vertexCount, indexCount, texs != nullptr, colors != nullptr); in MakeCopy() local
147 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in approximateSize() local
173 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in encode() local
211 Sizes sizes(vertexCount, indexCount, hasTexs, hasColors); in Decode() local
/external/skqp/src/core/
DSkVertices.cpp65 const SkVertices::Sizes& sizes) { in Builder()
70 const SkVertices::Sizes& sizes) { in init()
130 Sizes sizes(vertexCount, indexCount, texs != nullptr, colors != nullptr); in MakeCopy() local
147 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in approximateSize() local
173 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in encode() local
211 Sizes sizes(vertexCount, indexCount, hasTexs, hasColors); in Decode() local
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc78 std::tuple<size_t, size_t, size_t> sizes = ta->GetSizes(); in TEST() local
127 std::tuple<size_t, size_t, size_t> sizes = ta->GetSizes(); in TEST() local
152 std::tuple<size_t, size_t, size_t> sizes = ta->GetSizes(); in TEST() local
170 std::tuple<size_t, size_t, size_t> sizes = ta->GetSizes(); in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dreshape_op.h37 const Tensor& sizes = context->input(1); in Compute() local
94 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index, in ValidateSizes()
Dmkl_reshape_op.cc46 const Tensor& sizes = MklGetInput(context, 1); in Compute() local
164 const Tensor& sizes = MklGetInput(context, 1); in Compute() local
322 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index, in ValidateSizes()
Dslice_op.h40 Eigen::DSizes<int, NDIMS> sizes; in operator() local
/external/autotest/client/site_tests/hardware_MemoryThroughput/
Dhardware_MemoryThroughput.py23 def _run_benchmarks(self, test, warmup, num_iterations, parallel, sizes): argument
72 parallel=1, sizes= [ 4096, 192 * 1024, 32 * 1024 * 1024 ]): argument
/external/eigen/bench/tensors/
Dtensor_benchmarks.h48 Eigen::array<TensorIndex, 2> sizes; in typeCasting() local
69 Eigen::array<TensorIndex, 2> sizes; in random() local
84 Eigen::array<TensorIndex, 2> sizes; in slicing() local
258 Eigen::array<TensorIndex, 2> sizes; in coeffWiseOp() local
276 Eigen::array<TensorIndex, 2> sizes; in algebraicFunc() local
294 Eigen::array<TensorIndex, 2> sizes; in transcendentalFunc() local
/external/tensorflow/tensorflow/compiler/aot/
Druntime.cc64 size_t aligned_buffer_bytes(const intptr_t* sizes, size_t n) { in aligned_buffer_bytes()
74 void* MallocContiguousBuffers(const intptr_t* sizes, size_t n, void** bufs, in MallocContiguousBuffers()
/external/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom03.c39 static unsigned int sizes[] = { variable
/external/pdfium/third_party/libtiff/
Dtif_flush.c50 uint64 *offsets=NULL, *sizes=NULL; in TIFFFlush() local
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/
Dassign_value.pass.cpp28 typedef std::valarray<std::size_t> sizes; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/
Dgslice_array_assign.pass.cpp28 typedef std::valarray<std::size_t> sizes; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/
Dgslice_array.pass.cpp28 typedef std::valarray<std::size_t> sizes; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/
Dgslice_non_const.pass.cpp28 typedef std::valarray<std::size_t> sizes; in main() typedef
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DSize.java82 public static List<Size> sizeStringToList(final String sizes) { in sizeStringToList()
96 public static String sizeListToString(final List<Size> sizes) { in sizeListToString()
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
Dmodulo.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dshift_right.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dxor.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dshift_left.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dsubtraction.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dor.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Daddition.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.assign/
Dvalarray.pass.cpp31 typedef std::valarray<std::size_t> sizes; in main() typedef
Dgslice_array.pass.cpp33 typedef std::valarray<std::size_t> sizes; in main() typedef

12345678910