Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,092 for api_version (0.41 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/tfl_legalize_hlo_custom_call.mlir

      %0 = mhlo.custom_call @custom_call.my_custom_op(%arg0) {
        api_version = 4 : i32,
        backend_config = {foo = "bar"}
      } : (tensor<1x4xf32>) -> (tensor<1x8xf32>)
      func.return %0 : tensor<1x8xf32>
    
      //       CHECK: %0 = mhlo.custom_call @custom_call.my_custom_op(%arg0) {
      //  CHECK-SAME:   api_version = 4 : i32,
      //  CHECK-SAME:   backend_config = {foo = "bar"}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo_custom_call.mlir

    //CHECK: return %arg0 : tensor<4xi8>
    //CHECK:}
    
    func.func @custom_tf_op(%arg0: tensor<1x320x1x1xf32>, %arg1: tensor<2xi32>) -> tensor<1x1600x1x1xf32> {
      %0 = "vhlo.custom_call_v1" (%arg0, %arg1) <{api_version = #vhlo<api_version_v1 API_VERSION_ORIGINAL>, 
        backend_config = #vhlo.string_v1<"">,
        call_target_name = #vhlo.string_v1<"tf.ResizeBilinear">,
        called_computations = #vhlo.array_v1<[]>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_deserialization.mlir

        //  func.func @main(%arg0: tensor<?xi32> {jax.arg_info = "x", mhlo.sharding = "{replicated}"}, %arg1: tensor<*xi32>) -> (tensor<?xi32> {jax.result_info = ""}) {
        //    stablehlo.custom_call @tf.call_tf_function(%arg0, %arg1) {api_version = 2 : i32, has_side_effect = true, tf.backend_config = {called_func = @_tf_func}} : (tensor<?xi32>, tensor<*xi32>) -> ()
        //    return %arg0 : tensor<?xi32>
        //  }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 02 18:38:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_round_trip.mlir

        // CHECK-SAME: {
        // CHECK-SAME:  api_version = 2 : i32,
        // CHECK-SAME:  has_side_effect = true,
        // CHECK-SAME:  tf.backend_config = {called_func = @_tf_func}
        // CHECK-SAME: }
        stablehlo.custom_call @tf.call_tf_function(%arg0, %arg1) {api_version = 2 : i32, has_side_effect = true, tf.backend_config = {called_func = @_tf_func}} : (tensor<?xi32>, tensor<*xi32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 02 18:38:51 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_serialization.mlir

        stablehlo.custom_call @tf.call_tf_function(%arg0, %arg1) {api_version = 2 : i32, has_side_effect = true, tf.backend_config = {called_func = @_tf_func}} : (tensor<?xi32>, tensor<*xi32>) -> ()
        %arg2 = func.call @_stablehlo_f(%arg0) : (tensor<?xi32>) -> (tensor<?xi32>)
        return %arg2 : tensor<?xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 03:48:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

        cc_api_version = 2,
        make_default_target_header_only = True,
    )
    
    # copybara:uncomment_begin(google-only)
    # py_proto_library(
    #     name = "calibration_statistics_py_pb2",
    #     api_version = 2,
    #     deps = [
    #         ":calibration_statistics_proto",
    #     ],
    # )
    # copybara:uncomment_end
    
    tf_cc_test(
        name = "calibration_statistics_collector_test",
        size = "small",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 224 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.APIVersions.yaml

    apiVersion: v1
    kind: APIVersions
    serverAddressByClientCIDRs:
    - clientCIDR: clientCIDRValue
      serverAddress: serverAddressValue
    versions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 153 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 224 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 224 bytes
    - Viewed (0)
Back to top