Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CreateComplex128Scalar (0.35 seconds)

  1. tensorflow/c/eager/immediate_execution_context.h

      virtual AbstractTensorInterface* CreateHalfScalar(Eigen::half value) = 0;
      virtual AbstractTensorInterface* CreateStringScalar(tstring value) = 0;
      virtual AbstractTensorInterface* CreateComplex128Scalar(complex128 value) = 0;
      virtual AbstractTensorInterface* CreateBoolScalar(bool value) = 0;
    
      // Tensor creation functions
      virtual AbstractTensorInterface* CreateTensor(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 05:11:17 GMT 2024
    - 12.3K bytes
    - Click Count (0)
Back to Top