Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TOCO (0.3 sec)

  1. tensorflow/BUILD

            "//tensorflow/lite/kernels:builtin_ops",
            "//tensorflow/lite/kernels:reference_ops",
            "//tensorflow/lite/schema:schema_fbs",
            "//tensorflow/lite/toco/logging:conversion_log_util",
            "//tensorflow/lite/toco/logging:toco_conversion_log_proto_cc",
            "//tensorflow/lite/toco:model_flags_proto_cc",
            "//tensorflow/lite/toco:toco_convert",
            "//tensorflow/lite/toco:toco_flags_proto_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

          return failure();
        }
    
        // TensorFlow convolution op only has two inputs, while the TFLite one has
        // three, with the bias vector marked as optional. However, TOCO has a
        // dedicated pass, EnsureBiasVectors, to create default bias vectors for all
        // those missing. So we model TFLite convolution op as requiring three
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top