Home
last modified time | relevance | path

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

123456789

/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.cc64 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
93 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
125 const auto element_type = std::get<0>(spec); in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc112 mlir::Type element_type = v.getElementType(); in TypeToShape() local
118 mlir::Type element_type = m.getElementType(); in TypeToShape() local
171 mlir::Type element_type = t.getElementType(); in TypeToShape() local
Dhlo_utils.cc112 auto element_type = literal.shape().element_type(); in CreateDenseElementsAttrFromLiteral() local
152 mlir::Type element_type = data.getType().getElementType(); in CopyDenseElementsDataToXlaFormat() local
228 StatusOr<mlir::Type> ConvertPrimitiveTypeToMLIRType(PrimitiveType element_type, in ConvertPrimitiveTypeToMLIRType()
/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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc73 Value value, ArrayRef<int64_t> shape, Type element_type, Location loc, in createReshapeOp()
90 Type element_type = tensorType.getElementType(); in sliceInput() local
171 const tensorflow::MatMulBCast& bcast, int rows, int cols, Type element_type, in createMatMulOps()
228 auto element_type = lhs_type.getElementType(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_to_all_thunk.cc93 PrimitiveType element_type = config_.config.operand_element_type[i]; in RunNcclCollective() local
127 PrimitiveType element_type = config_.config.operand_element_type[i]; in RunNcclCollective() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc67 static Type GetBroadcastType(Type x, Type y, Type element_type, in GetBroadcastType()
128 DictionaryAttr attributes, Type element_type, in InferBroadcastBinaryOpReturnTypeComponents()
200 Type element_type = ComplexType::get(lhs_type.getElementType()); in inferReturnTypeComponents() local
231 Type element_type = IntegerType::get(context, 1); in inferReturnTypeComponents() local
369 Type element_type = op.value().getType(); in inferReturnTypeComponents() local
420 Type element_type = on_true_type.getElementType(); in inferReturnTypeComponents() local
/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/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c44 const struct glsl_type *element_type = glsl_get_array_element(type); in set_opaque_binding() local
204 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
220 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
Dlink_uniform_initializers.cpp110 const glsl_type *const element_type = type->fields.array; in set_opaque_binding() local
205 const glsl_type *const element_type = type->fields.array; in set_uniform_initializer() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/
Dcompatibility_analysis.cc118 auto element_type = elements_attr.getType().getElementType(); in AnalyzeOpAttributes() local
144 auto element_type = tensor_type.getElementType(); in AnalyzeVariable() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/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/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp190 const glsl_type *const element_type = in generate_array_data() local
244 const glsl_type *const element_type = val->const_elements[0]->type; in verify_data() local
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp22 typedef _Tp element_type; typedef in shared_ptr
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc123 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayoutInternal()
208 /* static */ bool ShapeUtil::FillNewShape(PrimitiveType element_type, in FillNewShape()
254 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape()
261 /* static */ Shape ShapeUtil::MakeScalarShape(PrimitiveType element_type) { in MakeScalarShape()
266 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShape()
280 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeValidatedShape()
291 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeValidatedShape()
312 PrimitiveType element_type, absl::Span<const int64> dimensions, in MakeShapeWithLayout()
349 PrimitiveType element_type, absl::Span<const int64> dimensions) { in MakeShapeWithDescendingLayout()
375 /* static */ Status ShapeUtil::PopulateShape(PrimitiveType element_type, in PopulateShape()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvariables_utils.cc45 auto element_type = type.getElementType(); in IsSupportedVariableType() local
/external/libbrillo/brillo/glib/
Dobject.h32 typedef typename T::element_type element_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc157 Type element_type) { in CreateTensorType()
167 Type element_type) { in CreateShapedTypeComponents()
337 Type element_type; in InferReturnTypeComponentsForTFOp() local

123456789