Home
last modified time | relevance | path

Searched defs:OpSet (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/
H A Dquantize_model_test.py233 has_bias: bool, target_opset: quant_opts_pb2.OpSet):
440 target_opset: quant_opts_pb2.OpSet,
547 target_opset: quant_opts_pb2.OpSet,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/
H A Dquantization_options.proto101 enum OpSet { enum
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dutils.h35 using OpSet = tensorflow::quantization::OpSet; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport_test.cc430 enum OpSet { kTfLiteBuiltins, kSelectTfOps, kCustomOps }; enum in toco::tflite::__anone1e0b1980111::OpSetsTest