Home
last modified time | relevance | path

Searched defs:getShape (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DWeibullDistribution.java43 double getShape(); in getShape() method
DWeibullDistributionImpl.java112 public double getShape() { in getShape() method in WeibullDistributionImpl
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DTriangleBean.java30 public Shape getShape() { in getShape() method in TriangleBean
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h511 ArrayRef<int64_t> getShape() const { return llvm::None; } in getShape() function
662 ArrayRef<int64_t> getShape() const { return llvm::None; } in getShape() function
/external/llvm-project/mlir/lib/IR/
DTypeDetail.h159 ArrayRef<int64_t> getShape() const { in getShape() function
190 ArrayRef<int64_t> getShape() const { in getShape() function
252 ArrayRef<int64_t> getShape() const { in getShape() function
DBuiltinTypes.cpp259 ArrayRef<int64_t> ShapedType::getShape() const { in getShape() function in ShapedType
307 ArrayRef<int64_t> VectorType::getShape() const { return getImpl()->getShape(); } in getShape() function in VectorType
356 ArrayRef<int64_t> RankedTensorType::getShape() const { in getShape() function in RankedTensorType
471 ArrayRef<int64_t> MemRefType::getShape() const { return getImpl()->getShape(); } in getShape() function in MemRefType
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizNode.java58 public NodeShape getShape() { in getShape() method in GraphvizNode
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.cc100 ArrayRef<int64_t> ShapeAttr::getShape() const { in getShape() function in mlir::TF::ShapeAttr
/external/llvm-project/mlir/lib/Dialect/
DTraits.cpp91 static ArrayRef<int64_t> getShape(Type type) { in getShape() function
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBuffer.java158 public int[] getShape() { in getShape() method in TensorBuffer
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp211 const GrStyledShape& getShape() const { return fShape; } in getShape() function in __anon161d5e3a0111::SoftwarePathData
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp211 const GrShape& getShape() const { return fShape; } in getShape() function in __anone24777f10111::SoftwarePathData
/external/llvm-project/mlir/test/lib/Transforms/
DTestVectorTransforms.cpp39 static Optional<SmallVector<int64_t, 4>> getShape(Operation *op) { in getShape() function
/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp453 ArrayRef<int64_t> getShape() const { return shape; } in getShape() function in __anonaa2641dd0311::TensorLiteralParser
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java712 public Shape getShape() { return _shape; } in getShape() method in JsonFormat.Value
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp730 SequenceType::Shape getShape() const { return shape; } in getShape() function
1066 SequenceType::Shape fir::SequenceType::getShape() const { in getShape() function in fir::SequenceType