Searched defs:Shape (Results 1 – 4 of 4) sorted by relevance
47 struct Shape { struct48 hal::OperandType type = hal::OperandType::FLOAT32;49 std::vector<uint32_t> dimensions;50 float scale = 0.0f;51 int32_t offset = 0;52 hal::OperandExtraParams extraParams;
36 public abstract class Shape implements Cloneable { class
123 public @interface Shape {} annotation in GradientDrawable
550 T castTo(float val, const Shape&) { in castTo()