Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1321 - 1330 of 7,616 for Class3 (0.34 sec)

  1. tensorflow/c/c_api_internal.h

    #include "tensorflow/core/platform/mutex.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/platform/types.h"
    #include "tensorflow/core/public/session.h"
    
    namespace tensorflow {
    class Device;
    class DeviceMgr;
    class ServerInterface;
    }  // namespace tensorflow
    
    // Internal structures used by the C API. These are likely to change and should
    // not be depended on.
    
    struct TF_SessionOptions {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat May 13 00:49:12 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy

     * limitations under the License.
     */
    
    package gradlebuild.docs
    
    import org.gradle.testkit.runner.GradleRunner
    import spock.lang.Specification
    import spock.lang.TempDir
    
    class FindBrokenInternalLinksTest extends Specification {
        @TempDir
        private File projectDir
    
        private File docsRoot
        private File sampleDoc
        private File linkErrors
    
        private setup() {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 08:08:05 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java

        }
    
        @Override
        protected Class<? extends ClickLog> typeOfSelectedEntity() {
            return ClickLog.class;
        }
    
        @Override
        protected Class<ClickLog> typeOfHandlingEntity() {
            return ClickLog.class;
        }
    
        @Override
        protected Class<ClickLogCB> typeOfHandlingConditionBean() {
            return ClickLogCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java

        }
    
        @Override
        protected Class<? extends Group> typeOfSelectedEntity() {
            return Group.class;
        }
    
        @Override
        protected Class<Group> typeOfHandlingEntity() {
            return Group.class;
        }
    
        @Override
        protected Class<GroupCB> typeOfHandlingConditionBean() {
            return GroupCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java

        }
    
        @Override
        protected Class<? extends AccessToken> typeOfSelectedEntity() {
            return AccessToken.class;
        }
    
        @Override
        protected Class<AccessToken> typeOfHandlingEntity() {
            return AccessToken.class;
        }
    
        @Override
        protected Class<AccessTokenCB> typeOfHandlingConditionBean() {
            return AccessTokenCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java

        }
    
        @Override
        protected Class<? extends DuplicateHost> typeOfSelectedEntity() {
            return DuplicateHost.class;
        }
    
        @Override
        protected Class<DuplicateHost> typeOfHandlingEntity() {
            return DuplicateHost.class;
        }
    
        @Override
        protected Class<DuplicateHostCB> typeOfHandlingConditionBean() {
            return DuplicateHostCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java

        }
    
        @Override
        protected Class<? extends ElevateWord> typeOfSelectedEntity() {
            return ElevateWord.class;
        }
    
        @Override
        protected Class<ElevateWord> typeOfHandlingEntity() {
            return ElevateWord.class;
        }
    
        @Override
        protected Class<ElevateWordCB> typeOfHandlingConditionBean() {
            return ElevateWordCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java

        }
    
        @Override
        protected Class<? extends KeyMatch> typeOfSelectedEntity() {
            return KeyMatch.class;
        }
    
        @Override
        protected Class<KeyMatch> typeOfHandlingEntity() {
            return KeyMatch.class;
        }
    
        @Override
        protected Class<KeyMatchCB> typeOfHandlingConditionBean() {
            return KeyMatchCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java

        }
    
        @Override
        protected Class<? extends RequestHeader> typeOfSelectedEntity() {
            return RequestHeader.class;
        }
    
        @Override
        protected Class<RequestHeader> typeOfHandlingEntity() {
            return RequestHeader.class;
        }
    
        @Override
        protected Class<RequestHeaderCB> typeOfHandlingConditionBean() {
            return RequestHeaderCB.class;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/hash/HashCodeTest.java

        return new ClassSanityTester()
            .setDefault(byte[].class, new byte[] {1, 2, 3, 4})
            .setDistinctValues(byte[].class, new byte[] {1, 2, 3, 4}, new byte[] {5, 6, 7, 8})
            .setDistinctValues(String.class, "7f8005ff0e", "7f8005ff0f")
            .forAllPublicStaticMethods(HashCode.class);
      }
    
      private static void assertExpectedHashCode(ExpectedHashCode expectedHashCode, HashCode hash) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top