Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for idlOutput (0.09 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/idl/groovy/build.gradle

    }
    
    
    model {
        components {
            main(NativeExecutableSpec) {
                sources {
                    idlOutput(CSourceSet) {
                        generatedBy tasks.idl
                    }
                    c.lib sources.idlOutput
                }
            }
        }
    }
    
    
    class DummyIdlCompiler extends DefaultTask {
        @InputFiles FileCollection idlFiles
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/prepare_tpu_computation_for_tf_export.mlir

      // CHECK-SAME: key = "host_compute_channel_send"
      // CHECK-SAME: -> (tensor<*xf32>, tensor<3x?xf64>)
      // CHECK: %[[ID_OUTPUT:[0-9]*]] = "tf.Identity"(%[[RECV_OUTPUT]]#0)
      // CHECK: "tf._XlaSendFromHost"
      // CHECK-SAME: [[ID_OUTPUT]]
      // CHECK-SAME: key = "host_compute_channel_recv"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 18:46:36 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top