Searched refs:constant_or_status (Results 1 – 1 of 1) sorted by relevance
142 xla::StatusOr<absl::optional<Tensor>> constant_or_status = in ConstantInputReshaped() local144 if (!constant_or_status.ok()) { in ConstantInputReshaped()145 Status status = constant_or_status.status(); in ConstantInputReshaped()151 absl::optional<Tensor> constant = constant_or_status.ValueOrDie(); in ConstantInputReshaped()