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

1 2 3 4 5 6 78 91011

  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 116 TF_RETURN_IF_ERROR(XLATypeToCpp(shape.element_type(), &type));
194 if (ps.result().element_type() != xla::TUPLE) {
  /art/compiler/debug/
elf_debug_info_writer.h 325 mirror::Class* element_type = type->GetComponentType(); local
333 WriteLazyType(element_type->GetDescriptor(&descriptor_string));
557 size_t element_type = WriteTypeDeclaration(desc.substr(1)); local
561 info_.WriteRef(DW_AT_type, element_type);
  /external/deqp/framework/delibs/decpp/
deUniquePtr.hpp 57 typedef T element_type; typedef in class:de::details::UniqueBase
  /external/flatbuffers/include/flatbuffers/
stl_emulation.h 152 typedef T element_type;
  /external/libxaac/decoder/
ixheaacd_struct_def.h 114 WORD32 element_type[MAX_BS_ELEMENT + 1]; member in struct:__anon26618
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
random_ops.cc 131 xla::ShapeUtil::MakeShape(xla_shape.element_type(), {});
reverse_sequence_op.cc 75 xla::ShapeUtil::MakeShape(seq_lens_xla_shape.element_type(), {}),
sequence_ops.cc 42 switch (literal.shape().element_type()) {
binary_ops.cc 182 auto abs_type = abs_shape.ValueOrDie()->element_type();
  /external/tensorflow/tensorflow/compiler/tf2xla/lib/
util.cc 33 builder->ConstantLiteral(xla::Literal::Zero(shape.element_type())),
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.cc 125 if (program_shape->result().element_type() != xla::TUPLE) {
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 209 def element_type(self): member in class:Shape
213 return self.element_type() == xla_data_pb2.TUPLE
277 element_type = DTYPE_TO_XLA_ELEMENT_TYPE[str(dtype)]
278 if element_type == xla_data_pb2.TUPLE:
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.cc 148 xla::PrimitiveType_Name(instruction->shape().element_type()));
hlo_verifier.cc 54 convert->shape().element_type()));
60 convert->shape().element_type()));
410 fp_type = subshape.element_type();
411 } else if (fp_type != subshape.element_type()) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.h 130 llvm::Type* PrimitiveTypeToIrType(PrimitiveType element_type,
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.h 552 if (use_bfloat16_ && literal->shape().element_type() == F32) {
567 if (use_bfloat16_ && literal->shape().element_type() == F32) {
582 if (use_bfloat16_ && literal->shape().element_type() == F32) {
597 if (use_bfloat16_ && literal->shape().element_type() == F32) {
  /external/tensorflow/tensorflow/compiler/xla/
statusor_test.cc 74 static_assert(std::is_same<StatusOr<int>::element_type, int>(), "");
75 static_assert(std::is_same<StatusOr<char>::element_type, char>(), "");
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 450 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
537 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 450 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
537 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 450 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
537 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 450 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
537 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
debug.c 217 debug_type element_type; member in struct:debug_array_type
    [all...]
  /art/test/913-heaps/
heaps.cc 640 jvmtiPrimitiveType element_type,
654 << static_cast<char>(element_type)
657 switch (element_type) {
675 LOG(FATAL) << "Unknown type " << static_cast<size_t>(element_type);
    [all...]
  /external/skia/include/core/
SkRefCnt.h 250 using element_type = T;
  /external/skqp/include/core/
SkRefCnt.h 250 using element_type = T;

Completed in 701 milliseconds

1 2 3 4 5 6 78 91011