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.cc513 StatusOr<std::optional<Tensor>> constant_or_status = in ConstantInputTensor() local
515 if (!constant_or_status.ok()) { in ConstantInputTensor()
516 Status status = constant_or_status.status(); in ConstantInputTensor()
522 std::optional<Tensor> constant = constant_or_status.ValueOrDie(); in ConstantInputTensor()