Searched defs:Shape (Results 1 – 5 of 5) sorted by relevance
45 struct Shape { struct46 OperandType type;47 std::vector<uint32_t> dimensions;48 float scale;49 int32_t offset;50 Operand::ExtraParams extraParams;
29 bool evalGeneric(const T* inputData, const Shape& inputShape, const int32_t k, T* valuesData, in evalGeneric()
498 T castTo(float val, const Shape&) { in castTo()
36 public abstract class Shape implements Cloneable { class
123 public @interface Shape {} annotation in GradientDrawable