Home
last modified time | relevance | path

Searched refs:constant_or_status (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc142 xla::StatusOr<absl::optional<Tensor>> constant_or_status = in ConstantInputReshaped() local
144 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()