Home
last modified time | relevance | path

Searched defs:element_type (Results 1 – 25 of 109) sorted by relevance

12345

/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Delement_type.pass.cpp26 typedef char element_type; typedef
32 typedef char element_type; typedef
48 static int element_type; member
54 typedef int element_type; typedef
Ddifference_type.pass.cpp26 typedef short element_type; typedef
32 typedef short element_type; typedef
/external/tensorflow/tensorflow/compiler/xla/tests/
Diota_test.cc39 const auto element_type = std::get<0>(spec); in TEST_P() local
68 const auto element_type = std::get<0>(spec); in TEST_P() local
95 const auto element_type = std::get<0>(spec); in TEST_P() local
120 const auto element_type = PRED; in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py40 def __init__(self, element_type, dimensions, layout=None): argument
71 def element_type(self): member in Shape
/external/google-breakpad/src/common/
Dscoped_ptr.h87 typedef C element_type; typedef
192 typedef C element_type; typedef
300 typedef C element_type; typedef
/external/protobuf/src/google/protobuf/stubs/
Dscoped_ptr.h63 typedef C element_type; typedef
150 typedef C element_type; typedef
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dwebrtc_PausePlayPeerConnections.py14 def run_once(self, mode = 'functional', element_type='video'): argument
/external/libcxx/test/std/utilities/memory/pointer.traits/
Dpointer.pass.cpp24 typedef short element_type; typedef
/external/libcxx/test/std/utilities/memory/pointer.conversion/
Dto_address.pass.cpp24 using element_type = int; typedef in P1
39 using element_type = int; typedef in P2
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp22 typedef _Tp element_type; typedef in shared_ptr
/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dscoped_refptr.h12 typedef T element_type; typedef
/external/libbrillo/brillo/glib/
Dobject.h31 typedef typename T::element_type element_type; typedef
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
Dpointer_to.pass.cpp28 typedef T element_type; typedef
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp186 const glsl_type *const element_type = in generate_array_data() local
240 const glsl_type *const element_type = val->const_elements[0]->type; in verify_data() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc92 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayoutInternal()
158 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape()
164 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShape()
171 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeValidatedShape()
179 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeValidatedShape()
190 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayout()
199 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeShapeWithDescendingLayout()
206 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithSparseLayout()
225 /* static */ Status ShapeUtil::PopulateShape(PrimitiveType element_type, in PopulateShape()
419 const Shape& shape, PrimitiveType element_type) { in IsScalarWithElementType()
/external/webrtc/webrtc/base/
Dlinked_ptr.h41 typedef X element_type; typedef
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-linked_ptr.h148 typedef T element_type; typedef
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h148 typedef T element_type; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h148 typedef T element_type; typedef
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-linked_ptr.h138 typedef T element_type; typedef
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-linked_ptr.h148 typedef T element_type; typedef
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h138 typedef T element_type; typedef
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h138 typedef T element_type; typedef
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp108 const glsl_type *const element_type = type->fields.array; in set_opaque_binding() local
223 const glsl_type *const element_type = type->fields.array; in set_uniform_initializer() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h262 const Type* element_type() const { return element_type_; } in element_type() function
284 const Type* element_type() const { return element_type_; } in element_type() function
363 const Type* element_type() const { return element_type_; } in element_type() function
387 const Type* element_type() const { return element_type_; } in element_type() function

12345