Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybe_typed_outputs (0.14 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device.cc

        }
      }
    
      absl::optional<std::vector<MaybeParallelTensorOwned>> maybe_typed_outputs(
          ExecuteWithSpecialOps(named_device->device(), named_device->name(),
                                context, std::move(typed_inputs), operation_name,
                                attributes, *num_outputs, status));
      if (TF_GetCode(status) != TF_OK) return;
      if (!maybe_typed_outputs.has_value()) {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 21 04:14:14 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top