I am trying to covert pb file to tlite file using the below command:
bazel run //tensorflow/contrib/lite/toco:toco --input_file=sample.pb --output_file=sample.tlite
I am getting the below error: Error: Skipping //tensorflow/contrib/lite/toco:toco: Build file not found on package path.
I have tensorflow and toco installed under Python folder. What is the right path to be given for Bazel run command?