HomeSort by relevance Sort by last modified time
    Searched refs:remove_const (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 895 SmallVector<typename std::remove_const<detail::ValueOfRange<R>>::type, Size>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h     [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 33 typedef typename internal::remove_const<Scalar>::type CoeffReturnType;
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 49 Eigen::Map<const Eigen::Matrix<typename std::remove_const<Scalar>::type,
65 Eigen::Map<const Eigen::Matrix<typename std::remove_const<Scalar>::type,
94 Eigen::Map<const Eigen::Array<typename std::remove_const<Scalar>::type,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 259 ArrayProxy(std::array<typename std::remove_const<T>::type, N> & data)
265 ArrayProxy(std::array<typename std::remove_const<T>::type, N> const& data)
270 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
271 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> & data)
276 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
277 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> const& data)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp 217 ArrayProxy(std::array<typename std::remove_const<T>::type, N> & data)
223 ArrayProxy(std::array<typename std::remove_const<T>::type, N> const& data)
228 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
229 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> & data)
234 template <class Allocator = std::allocator<typename std::remove_const<T>::type>>
235 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> const& data)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h     [all...]

Completed in 1559 milliseconds

1 2 3 4 56