Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for legalization (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // is not supported in TensorFlow because TensorFlow requires filters in the
    // HWIO data format.
    //
    // Motivation to prepare for the TFLite legalization before the actual
    // legalization is to exploit constant folding opportunities in any newly
    // created ops by leveraging constant folding support for the TensorFlow ops.
    // This way TFLite can be used as a serialization format only and does not
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // This transformation pass prepares for legalization to the TFLite dialect by
    // converting Tensorlist operations in TensorFlow dialect into operations that
    // can be legalized to TensorFlow Lite dialect with simple replacements.  The
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      func.return %0: tensor<*xf32>
    }
    
    //===----------------------------------------------------------------------===//
    // LogSoftmax op legalizations.
    // This just changes the tail of the regular Softmax legalization
    //===----------------------------------------------------------------------===//
    
    // CHECK-LABEL: func @simple_logsoftmax
    // CHECK-SAME: (%[[ARG0:.*]]: tensor<2x3xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top