Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ERROR_NEEDS_FLEX_OPS (0.34 sec)

  1. tensorflow/compiler/mlir/lite/metrics/error_collector_inst_test.cc

                    "Failed at tf.Const op\nsee current operation: %0 = "
                    "\"tf.Const\"() <{value = dense<1> : tensor<4xi32>}> : () -> "
                    "tensor<4xi32>\nError code: ERROR_NEEDS_FLEX_OPS",
                    ConverterErrorData::ERROR_NEEDS_FLEX_OPS, "tf.Const",
                    mlir::FileLineColLoc::get(input_file_id, 2, 9))),
                1);
      EXPECT_EQ(collected_errors.count(NewConverterErrorData(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 25 01:48:36 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

            failed_flex_ops_[op_name].insert(op_desc);
            tfl::AttachErrorCode(
                inst->emitOpError("is neither a custom op nor a flex op"),
                tflite::metrics::ConverterErrorData::ERROR_NEEDS_FLEX_OPS);
          } else {
            failed_custom_ops_[op_name].insert(op_desc);
            tfl::AttachErrorCode(
                inst->emitOpError("is neither a custom op nor a flex op"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top