HomeSort by relevance Sort by last modified time
    Searched defs:element_type_ (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.h 217 llvm::Type* GetElementLlvmType() const { return element_type_; }
313 llvm::Type* element_type_; member in class:xla::llvm_ir::IrArray
  /external/tensorflow/tensorflow/compiler/xla/
shape.h 92 PrimitiveType element_type() const { return element_type_; }
93 void set_element_type(PrimitiveType value) { element_type_ = value; }
135 element_type_ = PRIMITIVE_TYPE_INVALID;
200 PrimitiveType element_type_ = PRIMITIVE_TYPE_INVALID; member in class:xla::Shape
  /external/deqp-deps/SPIRV-Tools/source/opt/
types.h 262 const Type* element_type() const { return element_type_; }
274 const Type* element_type_; member in class:spvtools::opt::analysis::Vector
284 const Type* element_type() const { return element_type_; }
296 const Type* element_type_; member in class:spvtools::opt::analysis::Matrix
363 const Type* element_type() const { return element_type_; }
377 const Type* element_type_; member in class:spvtools::opt::analysis::Array
387 const Type* element_type() const { return element_type_; }
400 const Type* element_type_; member in class:spvtools::opt::analysis::RuntimeArray
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
types.h 262 const Type* element_type() const { return element_type_; }
274 const Type* element_type_; member in class:spvtools::opt::analysis::Vector
284 const Type* element_type() const { return element_type_; }
296 const Type* element_type_; member in class:spvtools::opt::analysis::Matrix
363 const Type* element_type() const { return element_type_; }
377 const Type* element_type_; member in class:spvtools::opt::analysis::Array
387 const Type* element_type() const { return element_type_; }
400 const Type* element_type_; member in class:spvtools::opt::analysis::RuntimeArray
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher.h 736 : element_type_(element_type) {}
739 if (shape->element_type() != element_type_) {
741 << PrimitiveType_Name(element_type_);
748 *os << "with element type " << PrimitiveType_Name(element_type_);
752 PrimitiveType element_type_; member in class:xla::match::detail::ShapePatternElementTypeImpl
    [all...]

Completed in 1346 milliseconds