Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,558 for vtable (0.31 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/session/KtAnalysisSessionProvider.kt

         */
        @KaAnalysisApiInternals
        public abstract fun afterLeavingAnalysis(session: KaSession, useSiteElement: KtElement)
    
        /**
         * [afterLeavingAnalysis] hooks into analysis *after* [analyze]'s action has been executed.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/list-frontend.yaml

        spec:
          replicas: 1
          selector:
            matchLabels:
              app: hello
              tier: frontend
              track: stable
          template:
            metadata:
              labels:
                app: hello
                tier: frontend
                track: stable
            spec:
              containers:
                - name: nginx
                  image: "fake.docker.io/google-samples/hello-frontend:1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 893 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/hello-probes.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 956 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/schema_conversion_utils.cc

    }
    
    // The following methods are the following `OperatorCode` table object creation
    // methods for backward compatibility.  These are manually copied from the
    // flatbuffer generated code from schema v3. They serve as overloads for the
    // v3a's CreateOperatorCode functions in schema_generated.h and enable code that
    // still assumes flatbuffer schema v3 to be unchanged with the inclusion of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      output_type : TensorType;
    }
    
    table ArgMinOptions {
      output_type : TensorType;
    }
    
    table GreaterOptions {
    }
    
    table GreaterEqualOptions {
    }
    
    table LessOptions {
    }
    
    table LessEqualOptions {
    }
    
    table NegOptions {
    }
    
    table SelectOptions {
    }
    
    table SliceOptions {
    }
    
    table TransposeConvOptions {
      padding:Padding;
      stride_w:int;
      stride_h:int;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/graph/ValueGraphBuilder.java

       *
       * <p>The default value is {@link ElementOrder#unordered() unordered} for mutable graphs. For
       * immutable graphs, this value is ignored; they always have a {@link ElementOrder#stable()
       * stable} order.
       *
       * @throws IllegalArgumentException if {@code incidentEdgeOrder} is not either {@code
       *     ElementOrder.unordered()} or {@code ElementOrder.stable()}.
       * @since 29.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 03 01:21:31 UTC 2022
    - 8K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/PrecompiledScriptPluginAccessorsIntegrationTest.kt

                        // to reproduce the failure that happens in forkingIntegTest.
                        // Incidentally, this also allows us to write `stable-producer-plugin`
                        // in the plugins block below instead of id("stable-producer-plugin").
                        ${forceJarsOnCompileClasspath()}
    
                        dependencies {
                            implementation(project(":producer"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 07:16:19 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  8. src/debug/dwarf/typeunit.go

    			}
    			toff = uint32(to64)
    		}
    
    		boff := b.off
    		d.typeSigs[sig] = &typeUnit{
    			unit: unit{
    				base:   base,
    				off:    boff,
    				data:   b.bytes(int(n - (b.off - hdroff))),
    				atable: atable,
    				asize:  int(asize),
    				vers:   vers,
    				is64:   dwarf64,
    			},
    			toff: Offset(toff),
    			name: name,
    		}
    		if b.err != nil {
    			return b.err
    		}
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes)
    - [v1.8.14](#v1814)
      - [Downloads for v1.8.14](#downloads-for-v1814)
        - [Client Binaries](#client-binaries-1)
        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
      - [Changelog since v1.8.13](#changelog-since-v1813)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.8.13](#v1813)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/schema/schema.fbs

    }
    
    table LogicalAndOptions {
    }
    
    table LogicalNotOptions {
    }
    
    table UnpackOptions {
      num:int;
      axis:int;
    }
    
    table FloorDivOptions {
    }
    
    table SquareOptions {
    }
    
    table ZerosLikeOptions {
    }
    
    table FillOptions {
    }
    
    table FloorModOptions {
    }
    
    table RangeOptions {
    }
    
    table LeakyReluOptions {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top