Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for allow_soft_placement (0.41 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        unified attributes. For example, `_tpu_replicate="cluster"` in the
        following code
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

          tf_device.return %1 : tensor<?x!tf_type.string>
        }, {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

          }, {
            "tf.Yield"() : () -> ()
          }) {is_stateless = false} : (tensor<i1>) -> ()
          tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

        // expected-remark@above {{ID: 2}}
        tf_device.return %2#0, %2#1 : tensor<i32>, tensor<i32>
        // expected-remark@above {{ID: 3}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          attrs.push_back(
              b.getNamedAttr("_xla_compile_device_type",
                             b.getStringAttr(specs.xla_compile_device_type)));
        }
        attrs.push_back(b.getNamedAttr("allow_soft_placement",
                                       b.getBoolAttr(specs.enable_soft_placement)));
      } else {
        // Collects the argument and return nodes by looking up the node names
        // specified by the user.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top