Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FindMatchingExpectedTensor (0.55 sec)

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

    // quantized. For the quantized case, tensor type and quantizaction params are
    // expected to be checked in the test body with the match.
    const Tensor* FindMatchingExpectedTensor(
        const Model* quantized_model, const Model* expected_model,
        const Tensor* quantized_tensor,
        const flatbuffers::Vector<flatbuffers::Offset<Tensor>>* possible_tensors,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

          }
        }
        EXPECT_THAT(quantization_params->zero_point,
                    Eq(expected_quantization_params->zero_point));
      }
    }
    
    TensorT* FindMatchingExpectedTensor(const SubGraphT& expected_graph,
                                        const ModelT& expected_model,
                                        const ModelT& quant_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)
Back to top