Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadBinaryProto (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_statistics_saver_op_test.cc

      AddInputFromArray<int64_t>(TensorShape({0}), {});
    
      TF_CHECK_OK(RunOpKernel());
      kernel_.reset();
    
      CalibrationStatisticsMap statistics_map;
      TF_CHECK_OK(
          ReadBinaryProto(Env::Default(), output_file_path, &statistics_map));
      ASSERT_THAT(statistics_map.statistics(), SizeIs(1));
      ASSERT_THAT(statistics_map.statistics(), ElementsAre(Key("1")));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top