Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HandleHostInput (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_space_to_depth_pass.cc

      return builder.create<TF::SpaceToDepthOp>(
          cluster_func.getLoc(), transform_result_type, input, block_size);
    }
    
    // Performs transformation for a non-replicated input.
    TF::SpaceToDepthOp HandleHostInput(Value input, int64_t index,
                                       tf_device::ClusterFuncOp cluster_func,
                                       int32_t block_size,
                                       ArrayRef<int64_t> input_shape) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top