Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 629 for _lifted (0.15 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/codec_check.go

    	"fmt"
    	"reflect"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/util/json"
    )
    
    // CheckCodec makes sure that the codec can encode objects like internalType,
    // decode all of the external types listed, and also decode them into the given
    // object. (Will modify internalObject.) (Assumes JSON serialization.)
    // TODO: verify that the correct external version is chosen on encode...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 07:07:03 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/config.cc

      // Assumes NHWC format, specifying the channel dimension (3) as the
      // quantized axis.
      conv_weight_quantized_type.mutable_dimension_specs()->set_dimension(3);
    
      // The index of weight operands passed to lifted functions for convolution
      // is 1.
      StaticRangePtq& static_range_ptq_spec =
          *spec.mutable_method()->mutable_static_range_ptq();
      static_range_ptq_spec.mutable_input_quantized_types()->try_emplace(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc

    // limitations under the License.
    
    [[compatibility]]
    = Compatibility Matrix
    
    The sections below describe Gradle's compatibility with several integrations.
    Versions not listed here may or may not work.
    
    == Java
    A Java version between 8 and 22 is required to execute Gradle.
    Java 23 and later versions are not yet supported.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 03:35:50 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomManagedBinaryIntegrationTest.groovy

        }
    
        def "creates lifecycle task per binary"() {
            when:
            buildWithCustomBinaryPlugin()
            then:
            succeeds "sampleBinary"
        }
    
        def "additional managed binaries listed in components report"() {
            given:
            buildWithCustomBinaryPlugin()
            when:
            succeeds "components"
            then:
            output.contains """> Task :components
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_types.def

      HANDLE_TF_TYPE(class, enumerant, name)
    #endif
    HANDLE_CUSTOM_TF_TYPE(Resource, RESOURCE, "resource")
    HANDLE_CUSTOM_TF_TYPE(Variant, VARIANT, "variant")
    #undef HANDLE_CUSTOM_TF_TYPE
    
    // All ref types are listed below this line and FloatRef is the first ref type.
    // This helps in easily differentiating ref and non-ref types, and converting
    // a type to/from ref types.
    
    #ifndef HANDLE_TF_REF_TYPE
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 09 03:12:53 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/dsl.xml

          - There are 2 ways to include a new types to this guide:
          -     * Types referenced by a property are automatically included, if there is a corresponding ${typename}.xml in the DSL source directory.
          -     * Types listed in one of the following tables are included. There must be a corresponding ${typename}.xml in the DSL source directory.
          -
          - 2. Adding new sections:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
  7. src/cmd/go/testdata/script/list_cgo_compiled_importmap.txt

    stdout '"runtime/cgo \[runtime\.test\]"'
    ! stdout '"runtime/cgo"'
    
    
    # Because the import of "runtime/cgo" in the cgo-generated file actually refers
    # to "runtime/cgo [runtime.test]", the latter should be listed in the ImportMap.
    # BUG(#46462): Today, it is not.
    
    go list -deps -test -compiled -f '{{if eq .ImportPath "net [runtime.test]"}}{{printf "%q" .ImportMap}}{{end}}' runtime
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 22:26:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/fiat/README

        LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
        NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    The authors are listed at
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

                Circular dependency between the following binaries:
                lib:sharedLibrary
                \\--- util:sharedLibrary
                     \\--- lib:sharedLibrary (*)
    
                (*) - details omitted (listed previously)
                '''.stripIndent().trim()
        }
    
        def "indirect circular dependencies are handled gracefully"() {
            buildScript simpleCppBuild()
            buildFile << '''
                model {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  10. src/cmd/go/internal/workcmd/init.go

    arguments. If the argument is omitted, an empty workspace with no
    modules will be created.
    
    Each argument path is added to a use directive in the go.work file. The
    current go version will also be listed in the go.work file.
    
    See the workspaces reference at https://go.dev/ref/mod#workspaces
    for more information.
    `,
    	Run: runInit,
    }
    
    func init() {
    	base.AddChdirFlag(&cmdInit.Flag)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top