Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefinitionLocationMsg (0.21 sec)

  1. tensorflow/compiler/jit/variable_info_util.cc

        }
        ResourceHandle handle = inputs[var_idx]->flat<ResourceHandle>()(0);
        if (handle.device() != dev->attributes().name()) {
          std::string definition_location =
              DefinitionLocationMsg(handle.definition_stack_trace());
          return errors::InvalidArgument(
              "Trying to access resource ", handle.name(), definition_location,
              " located in device ", handle.device(), " from device ",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top