Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for error_reporter (0.17 sec)

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

    // TEST_F(QuantizeConvNoBiasModelTest, QuantizationSucceeds) {
    //   auto status = QuantizeModelAllOperators(
    //       &model_, TensorType_INT8, TensorType_INT8,
    //       /*allow_float=*/false, TensorType_INT8, &error_reporter_,
    //       output_buffer_);
    //   EXPECT_THAT(status, Eq(kTfLiteOk));
    //   const Model* output_model = GetModel(output_buffer_.data());
    //   ASSERT_TRUE(output_model);
    // }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    // to relocsym happen in parallel; the assumption is that each
    // parallel thread will have its own state object.
    type relocSymState struct {
    	target *Target
    	ldr    *loader.Loader
    	err    *ErrorReporter
    	syms   *ArchSyms
    }
    
    // makeRelocSymState creates a relocSymState container object to
    // pass to relocsym(). If relocsym() calls happen in parallel,
    // each parallel thread should have its own state object.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top