HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 326 - 350 of 1428) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/kernels/
quantize_and_dequantize_op_test.cc 22 #include "tensorflow/core/framework/allocator.h"
56 Tensor expected(allocator(), DT_FLOAT, TensorShape({1}));
82 Tensor expected(allocator(), DT_FLOAT, TensorShape({1}));
111 Tensor expected(allocator(), DT_FLOAT, TensorShape({6}));
142 Tensor expected(allocator(), DT_FLOAT, TensorShape({6}));
171 Tensor expected(allocator(), DT_FLOAT, TensorShape({6}));
201 Tensor expected(allocator(), DT_FLOAT, TensorShape({6}));
234 Tensor expected(allocator(), DT_FLOAT, TensorShape({2, 4}));
264 Tensor expected(allocator(), DT_FLOAT, TensorShape({2, 4}));
290 Tensor expected(allocator(), DT_FLOAT, TensorShape({2, 2, 1, 1}))
    [all...]
resize_bilinear_op_test.cc 16 #include "tensorflow/core/framework/allocator.h"
177 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 1, 1, 1}));
209 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 1, 1, 1}));
222 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 3, 3, 1}));
242 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 3, 3, 1}));
267 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 2, 2, 1}));
288 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 2, 2, 1}));
309 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 4, 4, 1}));
333 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 3, 3, 1}));
357 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 3, 3, 1}))
    [all...]
  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 98 HttpPortAllocatorBase* allocator,
126 virtual HttpPortAllocatorBase* allocator() { function in class:cricket::HttpPortAllocatorSessionBase
128 BasicPortAllocatorSession::allocator());
  /frameworks/base/libs/hwui/
CanvasState.h 131 void setClippingOutline(LinearAllocator& allocator, const Outline* outline);
132 void setClippingRoundRect(LinearAllocator& allocator, const Rect& rect, float radius,
134 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_Types.pass.cpp 36 return {std::allocator_arg, std::allocator<void>{}, i};
41 return {std::allocator_arg, std::allocator<void>{}, i};
48 std::tuple<int*> t = {std::allocator_arg, std::allocator<void>{}, 0};
  /art/compiler/optimizing/
optimizing_compiler.cc 77 explicit CodeVectorAllocator(ArenaAllocator* allocator)
78 : memory_(allocator->Adapter(kArenaAllocCodeBuffer)),
346 CompiledMethod* Emit(ArenaAllocator* allocator,
356 // 3) Runs optimizations on the graph, including register allocator.
358 CodeGenerator* TryCompile(ArenaAllocator* allocator,
366 CodeGenerator* TryCompileIntrinsic(ArenaAllocator* allocator,
585 // Use local allocator shared by SSA liveness analysis and register allocator.
586 // (Register allocator creates new objects in the liveness data.)
703 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* allocator,
    [all...]
  /external/clang/test/Analysis/
CFNumber.c 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
  /external/clang/test/SemaCXX/
crashes.cpp 6 template<typename _Alloc> class allocator;
9 typename _Alloc = allocator<_CharT> >
197 template<class _Alloc> class allocator {}; class in namespace:pr12791
216 template<typename _CharT, typename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf {
  /external/dng_sdk/source/
dng_1d_table.h 61 /// \param allocator Memory allocator from which table memory is allocated.
65 void Initialize (dng_memory_allocator &allocator,
dng_filter_task.h 122 /// \param allocator dng_memory_allocator to use for allocating temporary
130 dng_memory_allocator *allocator,
135 /// specific type of dng_filter_task. There is no allocator parameter as all
dng_resample.cpp 93 dng_memory_allocator &allocator)
105 fCoords.Reset (allocator.Allocate (bufferSize));
160 dng_memory_allocator &allocator)
198 fWeights32.Reset (allocator.Allocate (bufferSize));
211 fWeights16.Reset (allocator.Allocate (bufferSize));
311 dng_memory_allocator &allocator)
350 fWeights32.Reset (allocator.Allocate (bufferSize));
365 fWeights16.Reset (allocator.Allocate (bufferSize));
520 dng_memory_allocator *allocator,
630 dng_memory_allocator *allocator,
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.cons/
default_stack_alloc.pass.cpp 27 std::list<int> l((std::allocator<int>()));
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_size_value_alloc.pass.cpp 37 test<std::vector<int> >(50, 3, std::allocator<int>());
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_size_value_alloc.pass.cpp 36 test<std::vector<bool> >(50, true, std::allocator<bool>());
  /external/libcxx/test/std/input.output/string.streams/istringstream/
types.pass.cpp 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
22 // typedef Allocator allocator_type;
35 static_assert((std::is_same<std::basic_istringstream<char>::allocator_type, std::allocator<char> >::value), "");
  /external/libcxx/test/std/input.output/string.streams/ostringstream/
types.pass.cpp 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
22 // typedef Allocator allocator_type;
35 static_assert((std::is_same<std::basic_ostringstream<char>::allocator_type, std::allocator<char> >::value), "");
  /external/libcxx/test/std/input.output/string.streams/stringbuf/
types.pass.cpp 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
22 // typedef Allocator allocator_type;
35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
  /external/libcxx/test/std/input.output/string.streams/stringstream/
types.pass.cpp 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
22 // typedef Allocator allocator_type;
35 static_assert((std::is_same<std::basic_stringstream<char>::allocator_type, std::allocator<char> >::value), "");
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
string.pass.cpp 12 // basic_string<charT,traits,Allocator>&
66 testAlloc(S(), S(), std::allocator<char>());
67 testAlloc(S(), S("12345"), std::allocator<char>());
68 testAlloc(S(), S("1234567890"), std::allocator<char>());
69 testAlloc(S(), S("12345678901234567890"), std::allocator<char>());
string_view.pass.cpp 12 // basic_string<charT,traits,Allocator>&
68 testAlloc(S(), SV(), std::allocator<char>());
69 testAlloc(S(), SV("12345"), std::allocator<char>());
70 testAlloc(S(), SV("1234567890"), std::allocator<char>());
71 testAlloc(S(), SV("12345678901234567890"), std::allocator<char>());
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 123 static_assert(std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, LValueCallable&>::value, "");
124 static_assert(std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, LValueCallable>::value, "");
125 static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, RValueCallable&>::value, "");
126 static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, RValueCallable>::value, "");
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
allocate.pass.cpp 12 // allocator:
13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
33 std::allocator<A> a;
  /external/libcxx/test/std/utilities/optional/optional.specalg/
make_optional_explicit_initializer_list.pass.cpp 50 auto opt = make_optional<std::string>({'a', 'b', 'c'}, std::allocator<char>{});
  /external/skia/include/android/
SkBitmapRegionDecoder.h 47 * @param allocator Allocator for the pixels. If this is NULL, the default
48 * allocator (HeapAllocator) will be used.
62 virtual bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,
  /external/skqp/include/android/
SkBitmapRegionDecoder.h 47 * @param allocator Allocator for the pixels. If this is NULL, the default
48 * allocator (HeapAllocator) will be used.
62 virtual bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,

Completed in 1121 milliseconds

<<11121314151617181920>>