Searched refs:host_shape_ (Results 1 – 1 of 1) sorted by relevance
94 return host_shape_ != nullptr ? *host_shape_ : shape(); in host_shape()134 host_shape_ = absl::make_unique<Shape>(std::move(host_shape)); in SetHostShape()143 std::unique_ptr<Shape> host_shape_; variable