Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_inputs (0.16 sec)

  1. tensorflow/c/kernels_experimental.cc

      if (!IsRefType(context->input_dtype(0))) {
        tf_status->status =
            InvalidArgument("TF_DestroyTemporaryVariable requires input is ref");
        return;
      }
      Tensor tmpvar = context->mutable_input(0, false);
      context->set_output(0, tmpvar);
    
      tensorflow::ResourceMgr* rm = context->resource_manager();
      OP_REQUIRES(context, rm,
                  absl::InternalError("No per-step resource manager."));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top