Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_SetOutput (0.07 sec)

  1. tensorflow/c/kernels/bitcast_op.cc

        TF_TensorBitcastFrom(tensor, k->output_data_type, output, dims,
                             new_dim_count, status);
        if (TF_GetCode(status) == TF_OK) {
          TF_SetOutput(ctx, 0, output, status);
        }
        delete[] dims;
        TF_DeleteTensor(output);
      }
    
      if (TF_GetCode(status) != TF_OK) {
        TF_OpKernelContext_Failure(ctx, status);
      }
      TF_DeleteStatus(status);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 31 03:28:11 UTC 2021
    - 5.9K bytes
    - Viewed (0)
Back to top