Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocate_temp (0.2 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.cc

        cc_status = absl::InvalidArgumentError(
            "VariableInfo does not track a resource variable.");
        status->status = cc_status;
        return;
      }
    
      cc_status = cc_ctx->allocate_temp(var_info->var_info.var()->tensor()->dtype(),
                                        var_info->var_info.var()->tensor()->shape(),
                                        var_info->var_info.var()->tensor());
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Tue Jan 09 00:52:04 GMT 2024
    - 13.9K bytes
    - Viewed (1)
Back to top