Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ScalarsFromSequence (0.19 sec)

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

      std::vector<int32_t> ids;
      ids.reserve(num_underlying_devices());
      for (int i = 0; i < num_underlying_devices(); ++i) {
        ids.push_back(i);
      }
      return ScalarsFromSequence<int32_t>(ids, context, status);
    }
    
    absl::optional<std::vector<std::unique_ptr<ParallelTensor>>>
    ParallelDevice::Execute(TFE_Context* context,
                            const std::vector<ParallelTensor*>& inputs,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Feb 09 07:47:20 GMT 2024
    - 25.4K bytes
    - Viewed (1)
Back to top