HomeSort by relevance Sort by last modified time
    Searched refs:element_type (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h 61 * 3) An element_type typedef to define the type this points to.
70 typedef _Tp element_type; typedef in class:_Std_pointer_impl
79 set(element_type* __arg)
92 element_type* _M_value;
112 typedef _Tp element_type; typedef in class:_Relative_pointer_impl
164 typedef const _Tp element_type; typedef in class:_Relative_pointer_impl
284 typedef typename _Storage_policy::element_type element_type; typedef in class:_Pointer_adapter
288 typedef typename _Unqualified_type<element_type>::type value_type;
291 typedef typename _Reference_type<element_type>::reference reference
577 typedef typename pointer::element_type element_type; typedef in struct:pointer_traits
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_normalization_test.cc 101 EXPECT_EQ(add0->shape().element_type(), BF16);
102 EXPECT_EQ(add1->shape().element_type(), F32);
130 EXPECT_EQ(mul0->shape().element_type(), F32);
131 EXPECT_EQ(mul1->shape().element_type(), F32);
160 EXPECT_EQ(sub0->shape().element_type(), F32);
161 EXPECT_EQ(sub1->shape().element_type(), F32);
202 .element_type(),
207 .element_type(),
212 .element_type(),
214 EXPECT_EQ(reduce->shape().element_type(), F32)
    [all...]
bfloat16_normalization.cc 98 auto original_type = hlo->shape().element_type();
132 if (comp->root_instruction()->shape().element_type() == BF16) {
137 if (param->shape().element_type() == BF16) {
159 operand_types[i] = crs->operand(i)->shape().element_type();
160 output_types[i] = ShapeUtil::GetSubshape(crs->shape(), {i}).element_type();
230 if (hlo->operand(i)->shape().element_type() == F32) {
233 } else if (hlo->operand(i)->shape().element_type() == BF16) {
239 if (hlo->shape().element_type() == F32) {
241 } else if (hlo->shape().element_type() == BF16) {
248 if (comp->root_instruction()->shape().element_type() == F32)
    [all...]
hlo_element_type_converter.cc 39 if (hlo->shape().element_type() != type) {
44 CHECK_EQ(hlo->shape().element_type(), type);
50 if (operand->shape().element_type() == type) {
72 if (subshape.element_type() == from_type) {
96 if (ele_shape.element_type() != to_ele_shape.element_type()) {
156 TF_RET_CHECK(hlo->shape().element_type() != eliminate_type_);
167 if (operand->shape().element_type() == eliminate_type_) {
178 if (hlo->shape().element_type() == eliminate_type_) {
bfloat16_conversion_folding.cc 93 if (operand->shape().element_type() == F32) {
95 operand->operand(0)->shape().element_type() == BF16 &&
108 hlo->shape().element_type() == F32 &&
114 user->shape().element_type() == BF16) {
126 (!fold_output_conversion && hlo->shape().element_type() == F32)) {
shape_inference.cc 249 PrimitiveType element_type,
298 return ShapeUtil::MakeShape(element_type, output_dimensions);
325 PrimitiveType_Name(arg.element_type()).c_str());
338 PrimitiveType_Name(arg.element_type()).c_str());
347 PrimitiveType_Name(arg.element_type()).c_str());
353 arg, primitive_util::ComplexComponentType(arg.element_type()));
363 if (arg.element_type() != PRED &&
364 !primitive_util::IsIntegralType(arg.element_type())) {
368 PrimitiveType_Name(arg.element_type()).c_str());
377 PrimitiveType_Name(arg.element_type()).c_str())
399 PrimitiveType element_type = PRIMITIVE_TYPE_INVALID; local
    [all...]
bfloat16_conversion_folding_test.cc 105 EXPECT_EQ(add0->shape().element_type(), BF16);
106 EXPECT_EQ(add1->shape().element_type(), BF16);
140 EXPECT_EQ(mul0->shape().element_type(), F32);
141 EXPECT_EQ(mul1->shape().element_type(), F32);
175 EXPECT_EQ(sub0->shape().element_type(), F32);
176 EXPECT_EQ(sub1->shape().element_type(), F32);
205 EXPECT_EQ(gte->shape().element_type(), F32);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
160 typedef _Tp element_type; typedef in struct:pointer_traits
169 * @param __r A reference to an object of type @c element_type
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h 41 _GLIBCXX_HAS_NESTED_TYPE(element_type)
50 typedef typename _Tp::element_type __type;
142 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; typedef in struct:pointer_traits
160 typedef _Tp element_type; typedef in struct:pointer_traits
169 * @param __r A reference to an object of type @c element_type
173 pointer_to(typename __ptrtr_not_void<element_type>::__type& __r) noexcept
  /external/llvm/utils/
shuffle_fuzz.py 49 (width, element_type) = random.choice(
53 (width, element_type) = random.choice(
59 element_type = random.choice(element_types)
63 'f32': 1 << 32, 'f64': 1 << 64}[element_type]
113 (args.seed, width, element_type))
143 integral_element_type = element_type
144 if element_type == 'f32':
146 element_type = 'float'
147 elif element_type == 'f64':
149 element_type = 'double
    [all...]
  /external/libxaac/decoder/
ixheaacd_common_lpfuncs.c 100 WORD *ptr_element_type = p_obj_enhaacplus_dec->aac_config.element_type;
263 WORD element_type; local
291 element_type = (element_tag >> 4) & 0x7;
296 while (element_type == 4 || element_type == 5 || element_type == 6) {
334 element_type = (element_tag >> 4) & 0x7;
344 if (element_type == 1) {
349 if (p_obj_enhaacplus_dec->aac_config.element_type[j] == element_type &
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 120 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions,
126 if (element_type == OPAQUE || element_type == TUPLE) {
128 PrimitiveType_Name(element_type).c_str());
130 Shape shape = ShapeUtil::MakeShape(element_type, dimensions);
183 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions) {
184 DCHECK_NE(TUPLE, element_type);
185 DCHECK_NE(OPAQUE, element_type);
187 PopulateShape(element_type, dimensions, &result);
192 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions
    [all...]
shape_util.h 215 return lhs.element_type() == rhs.element_type();
234 return a.element_type();
237 return primitive_util::BitWidth(a.element_type()) <
238 primitive_util::BitWidth(b.element_type())
239 ? b.element_type()
240 : a.element_type();
320 static Shape MakeShape(PrimitiveType element_type,
326 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions,
330 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions
    [all...]
packed_literal_reader.cc 54 if (shape.element_type() != F32) {
57 PrimitiveType_Name(shape.element_type()).c_str());
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc 35 PrimitiveType element_type = op->shape().element_type(); local
38 switch (element_type) {
121 return ir_emitter_->EmitScalarCall(hlo->shape().element_type(),
  /external/tensorflow/tensorflow/compiler/tf2xla/
literal_util.cc 51 if (literal.shape().element_type() != primitive_type) {
54 xla::PrimitiveType_Name(literal.shape().element_type()),
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 168 const glsl_type *const element_type = local
170 ASSERT_FALSE(element_type->is_error());
173 glsl_type::get_array_instance(element_type, array_size);
182 generate_data_element(mem_ctx, element_type, element, i);
206 const glsl_type *const element_type = val->array_elements[0]->type; local
209 verify_data(storage + (i * element_type->components()), 0,
213 const unsigned components = element_type->components();
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 210 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, local
271 element_type,
308 element_type,
322 element_type,
327 element_type,
353 element_type,
358 element_type,
385 element_type,
400 element_type,
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 17 typedef _Tp element_type; typedef in class:std::auto_ptr
18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
19 element_type& operator*() const throw() { }
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 64 typedef char element_type; typedef in struct:std::pointer_traits
  /external/tensorflow/tensorflow/compiler/xla/tools/
show_text_literal.cc 44 if (literal->shape().element_type() == xla::F32) {
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
scoped_refptr.h 12 typedef T element_type; typedef in class:scoped_refptr
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 64 typedef char element_type; typedef in struct:std::pointer_traits
  /external/adhd/cras/src/common/
array.h 40 #define DECLARE_ARRAY_TYPE(element_type, array_type) \
44 element_type *element; \
  /external/libcxx/test/std/utilities/memory/pointer.conversion/
to_address.pass.cpp 24 using element_type = int;
39 using element_type = int;

Completed in 1561 milliseconds

12 3 4 5 6 7 8 91011