Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 506 for capi (0.29 sec)

  1. internal/fips/api.go

    Harshavardhana <******@****.***> 1672429027 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Dec 30 19:37:07 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/DocsDistributionIntegrationSpec.groovy

            0
        }
    
        @Requires([UnitTestPreconditions.NotWindows, UnitTestPreconditions.StableGroovy]) // cannot link to public javadocs of Groovy snapshots like https://docs.groovy-lang.org/docs/groovy-4.0.5-SNAPSHOT/html/gapi/
        def docsZipContents() {
            given:
            TestFile contentsDir = unpackDistribution()
    
            expect:
            contentsDir.file("LICENSE").assertIsFile()
            assertDocsExist(contentsDir, version)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libtf/runtime/core/core.cc

    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/cc/experimental/libtf/runtime/core/core.h"
    
    #include "tensorflow/c/eager/c_api.h"
    #include "tensorflow/c/eager/tfe_context_internal.h"
    #include "tensorflow/c/tf_status_helper.h"
    #include "tensorflow/c/tf_status_internal.h"
    #include "tensorflow/cc/experimental/libtf/runtime/runtime.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  4. mockwebserver/api/mockwebserver3.api

    Jesse Wilson <******@****.***> 1672783185 -0500
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 03 21:59:45 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. internal/config/api/api.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package api
    
    import (
    	"encoding/json"
    	"errors"
    	"fmt"
    	"math"
    	"strconv"
    	"strings"
    	"time"
    
    	"github.com/minio/minio/internal/config"
    	"github.com/minio/pkg/v3/env"
    )
    
    // API sub-system constants
    const (
    	apiRequestsMax             = "requests_max"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.1K bytes
    - Viewed (1)
  6. okhttp/api/okhttp.api

    Jesse Wilson <******@****.***> 1713188461 -0400
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  7. mockwebserver-deprecated/api/mockwebserver.api

    Yuri Schimke <******@****.***> 1690028931 +0100
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api_experimental_reader.h

    #ifndef TENSORFLOW_C_EAGER_C_API_EXPERIMENTAL_READER_H_
    #define TENSORFLOW_C_EAGER_C_API_EXPERIMENTAL_READER_H_
    
    #include "tensorflow/c/eager/c_api.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    // Test only exports of the monitoring Cell Reader API which allows tests to
    // read current values from streamz counters defined in other modules.
    //
    // The code under test will have created streamz counters like this:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 20 03:14:47 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/public/signature_def_function.h

    #ifndef TENSORFLOW_C_EXPERIMENTAL_SAVED_MODEL_PUBLIC_SIGNATURE_DEF_FUNCTION_H_
    #define TENSORFLOW_C_EXPERIMENTAL_SAVED_MODEL_PUBLIC_SIGNATURE_DEF_FUNCTION_H_
    
    #include "tensorflow/c/c_api_macros.h"
    #include "tensorflow/c/eager/c_api.h"
    #include "tensorflow/c/experimental/saved_model/public/signature_def_function_metadata.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif  // __cplusplus
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 17 23:03:48 UTC 2020
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/experimental/public/concrete_function.h

    #ifndef TENSORFLOW_CC_SAVED_MODEL_EXPERIMENTAL_PUBLIC_CONCRETE_FUNCTION_H_
    #define TENSORFLOW_CC_SAVED_MODEL_EXPERIMENTAL_PUBLIC_CONCRETE_FUNCTION_H_
    
    #include <vector>
    
    #include "tensorflow/c/eager/c_api.h"
    #include "tensorflow/c/experimental/saved_model/public/concrete_function.h"
    #include "tensorflow/cc/experimental/base/public/status.h"
    #include "tensorflow/cc/saved_model/experimental/public/function_metadata.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 12 19:37:48 UTC 2020
    - 2.2K bytes
    - Viewed (0)
Back to top