Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_output_ref (0.38 sec)

  1. tensorflow/c/kernels_experimental.cc

      OP_REQUIRES_OK(context, TF_TensorToTensor(tmp_var_tf.get(), &tmp_var->val));
      OP_REQUIRES_OK(context,
                     context->step_container()->Create(rm, unique_name, tmp_var));
      context->set_output_ref(0, &tmp_var->mu, &tmp_var->val);
    
      if (context->track_allocations()) {
        context->record_persistent_memory_allocation(tmp_var->val.AllocatedBytes());
      }
    
      TF_SetStatus(tf_status, TF_OK, "");
    }
    
    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