Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 141 of 141 for created (0.15 sec)

  1. tensorflow/c/kernels_experimental.cc

      if (!s.ok()) tmp_var->Unref();
      OP_REQUIRES_OK(context, s);
    
      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());
      }
    
    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