Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for float_spl (0.56 sec)

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

      ASSERT_THAT(op->outputs, SizeIs(1));
    
      auto float_graph = readonly_model_->subgraphs()->Get(0);
      auto float_op = float_graph->operators()->Get(0);
      const int float_input0_idx = float_op->inputs()->Get(0);
      const int float_input1_idx = float_op->inputs()->Get(1);
      const int float_output_idx = float_op->outputs()->Get(0);
      ASSERT_THAT(float_graph->tensors()->Get(float_input0_idx)->type(),
                  Eq(TensorType_FLOAT32));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top