HomeSort by relevance Sort by last modified time
    Searched refs:IndexList (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/kernels/
softmax_op_functor.h 59 Eigen::IndexList<Eigen::type2index<kClassDim> > along_class;
60 Eigen::IndexList<Eigen::type2index<1> > depth_dim;
61 Eigen::IndexList<int, Eigen::type2index<1> > batch_by_one;
63 Eigen::IndexList<Eigen::type2index<1>, int> one_by_class;
adjust_contrast_op.h 58 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >
60 Eigen::IndexList<Eigen::type2index<1>, int, int, Eigen::type2index<1> >
64 Eigen::IndexList<int, Eigen::type2index<1>, Eigen::type2index<1>, int>
125 Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1> >
127 Eigen::IndexList<Eigen::type2index<1>, int, int, Eigen::type2index<1> >
131 Eigen::IndexList<int, Eigen::type2index<1>, Eigen::type2index<1>, int>
135 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2>,
eigen_softmax.h 60 Eigen::IndexList<Eigen::type2index<0> > depth_dim;
61 Eigen::IndexList<int, Eigen::type2index<1> > bcast;
63 Eigen::IndexList<Eigen::type2index<1>,
xent_op.h 77 Eigen::IndexList<Eigen::type2index<kClassDim> > along_class;
78 Eigen::IndexList<int, Eigen::type2index<1> > batch_by_one;
80 Eigen::IndexList<int> batch_only;
82 Eigen::IndexList<Eigen::type2index<1>, int> one_by_class;
cwise_op_gpu_select.cu.cc 46 Eigen::IndexList<Eigen::type2index<1> > rank1;
71 Eigen::IndexList<Eigen::type2index<1>, int> broadcast_dims;
73 Eigen::IndexList<int, Eigen::type2index<1> > reshape_dims;
multinomial_op_gpu.cu.cc 70 Eigen::IndexList<Eigen::type2index<2>> kTwo;
71 Eigen::IndexList<int, int, int> bsc;
76 Eigen::IndexList<int, Eigen::type2index<1>, int> boc;
80 Eigen::IndexList<Eigen::type2index<1>, int, Eigen::type2index<1>> oso;
batch_norm_op.h 44 Eigen::IndexList<int, Eigen::type2index<1> > rest_by_one;
46 Eigen::IndexList<Eigen::type2index<1>, int> one_by_depth;
48 Eigen::IndexList<int, Eigen::type2index<1> > depth_by_one;
97 Eigen::IndexList<Index, Eigen::type2index<1> > rest_by_one;
99 Eigen::IndexList<Eigen::type2index<1>, Index> one_by_depth;
101 Eigen::IndexList<Eigen::type2index<0> > reduction_axis;
eigen_pooling.h 59 const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >,
60 const Eigen::IndexList<Eigen::type2index<2>,
125 const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >,
126 const Eigen::IndexList<Eigen::type2index<2>,
174 const Eigen::IndexList<Eigen::type2index<1> >,
247 Eigen::IndexList<Eigen::type2index<1> > reduction_dims;
408 const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >,
409 const Eigen::IndexList<Eigen::type2index<2>,
478 const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >,
479 const Eigen::IndexList<Eigen::type2index<2>
    [all...]
fused_batch_norm_op.h 91 Eigen::IndexList<Eigen::type2index<1>, Eigen::Index> one_by_depth;
93 Eigen::IndexList<Eigen::type2index<0> > reduction_axis;
94 Eigen::IndexList<Eigen::Index, Eigen::type2index<1> > rest_by_one;
sparse_xent_op.h 181 Eigen::IndexList<Eigen::type2index<kClassDim> > along_class;
182 Eigen::IndexList<int, Eigen::type2index<1> > batch_by_one;
184 Eigen::IndexList<int> batch_only;
186 Eigen::IndexList<Eigen::type2index<1>, int> one_by_class;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 300 struct IndexList : internal::IndexTuple<FirstType, OtherTypes...> {
311 EIGEN_DEVICE_FUNC constexpr IndexList(const internal::IndexTuple<FirstType, OtherTypes...>& other) : internal::IndexTuple<FirstType, OtherTypes...>(other) { }
312 EIGEN_DEVICE_FUNC constexpr IndexList(FirstType& first, OtherTypes... other) : internal::IndexTuple<FirstType, OtherTypes...>(first, other...) { }
313 EIGEN_DEVICE_FUNC constexpr IndexList() : internal::IndexTuple<FirstType, OtherTypes...>() { }
329 constexpr IndexList<FirstType, OtherTypes...> make_index_list(FirstType val1, OtherTypes... other_vals) {
330 return IndexList<FirstType, OtherTypes...>(val1, other_vals...);
353 template<typename FirstType, typename... OtherTypes> size_t array_prod(const IndexList<FirstType, OtherTypes...>& sizes) {
355 for (int i = 0; i < array_size<IndexList<FirstType, OtherTypes...> >::value; ++i) {
361 template<typename FirstType, typename... OtherTypes> struct array_size<IndexList<FirstType, OtherTypes...> > {
364 template<typename FirstType, typename... OtherTypes> struct array_size<const IndexList<FirstType, OtherTypes...> >
    [all...]
TensorSyclTuple.h 135 /// \struct IndexList
139 struct IndexList {};
156 typedef IndexList<Is...> type;
184 Tuple<Args..., T> append_base(Tuple<Args...> t, T a,IndexList<I...>) {
215 Tuple<Args1..., Args2...> append_base(Tuple<Args1...> t1, Tuple<Args2...> t2, IndexList<I1...>, IndexList<I2...>) {
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 37 indexList.clear();
57 assert(indexList.empty() && "Index list non-empty at initial numbering?");
69 indexList.push_back(createEntry(nullptr, index));
74 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block);
81 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist));
85 &MI, SlotIndex(&indexList.back(), SlotIndex::Slot_Block)));
89 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist));
92 MBBRanges[MBB.getNumber()].second = SlotIndex(&indexList.back(),
113 for (IndexList::iterator I = indexList.begin(), E = indexList.end()
    [all...]
  /system/nvram/hal/include/nvram/hal/tests/
scoped_nvram_device.h 28 using IndexList = std::vector<uint32_t>;
  /external/eigen/unsupported/test/
cxx11_tensor_index_list.cpp 54 typedef Eigen::IndexList<Eigen::type2index<0>> Dims0;
55 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>> Dims1;
56 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>, Eigen::type2index<2>> Dims2;
57 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>, Eigen::type2index<2>, Eigen::type2index<3>> Dims3;
58 typedef Eigen::IndexList<Eigen::type2index<0>, Eigen::type2index<1>, Eigen::type2index<2>, Eigen::type2index<3>, Eigen::type2index<4>> Dims4;
318 typedef IndexList<type2index<0>, int, type2index<2>, int> ReductionIndices;
333 typedef IndexList<type2index<0>, type2index<1>, type2index<2>, type2index<3>> ReductionList;
366 Eigen::IndexList<Eigen::type2index<1>, int> dim1;
368 Eigen::IndexList<Eigen::type2index<1>, int> dim2;
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 343 typedef ilist<IndexListEntry> IndexList;
344 IndexList indexList;
347 IndexList graveyardList;
374 void renumberIndexes(IndexList::iterator curItr);
384 // The indexList's nodes are all allocated in the BumpPtrAllocator.
385 indexList.clearAndLeakNodesUnsafely();
406 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
407 return SlotIndex(&indexList.front(), 0);
412 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 328 typedef ilist<IndexListEntry> IndexList;
329 IndexList indexList;
332 IndexList graveyardList;
358 void renumberIndexes(IndexList::iterator curItr);
368 // The indexList's nodes are all allocated in the BumpPtrAllocator.
369 indexList.clearAndLeakNodesUnsafely();
390 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
391 return SlotIndex(&indexList.front(), 0);
396 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 328 typedef ilist<IndexListEntry> IndexList;
329 IndexList indexList;
332 IndexList graveyardList;
358 void renumberIndexes(IndexList::iterator curItr);
368 // The indexList's nodes are all allocated in the BumpPtrAllocator.
369 indexList.clearAndLeakNodesUnsafely();
390 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
391 return SlotIndex(&indexList.front(), 0);
396 return SlotIndex(&indexList.back(), 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 336 using IndexList = ilist<IndexListEntry>;
337 IndexList indexList;
340 IndexList graveyardList;
366 void renumberIndexes(IndexList::iterator curItr);
376 // The indexList's nodes are all allocated in the BumpPtrAllocator.
377 indexList.clearAndLeakNodesUnsafely();
398 assert(indexList.front().getIndex() == 0 && "First index is not 0?");
399 return SlotIndex(&indexList.front(), 0);
404 return SlotIndex(&indexList.back(), 0)
    [all...]

Completed in 810 milliseconds

1 2 3