Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadCustomOpTestModel (0.45 sec)

  1. tensorflow/compiler/mlir/lite/quantization/lite/quantize_weights_test.cc

                                                 internal::kQuantizedWithGather);
      return FlatBufferModel::BuildFromFile(model_path.c_str());
    }
    
    std::unique_ptr<FlatBufferModel> ReadCustomOpTestModel() {
      auto model_path =
          tensorflow::io::JoinPath(*g_test_model_dir, internal::kModelWithCustomOp);
      return FlatBufferModel::BuildFromFile(model_path.c_str());
    }
    
    template <typename T>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top