HomeSort by relevance Sort by last modified time
    Searched refs:devices_equivalent (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.cc 112 TF_ASSIGN_OR_RETURN(bool devices_equivalent,
113 backend_->devices_equivalent(
115 if (!devices_equivalent) {
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.h 148 StatusOr<bool> devices_equivalent(int device_ordinal_a, int device_ordinal_b);
backend.cc 210 StatusOr<bool> Backend::devices_equivalent(int device_ordinal_a, function in class:xla::Backend

Completed in 359 milliseconds