Home
last modified time | relevance | path

Searched defs:inference_type (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/common/
Dtargets.h61 inline std::string GetInferenceString(InferenceType inference_type) { in GetInferenceString()
96 auto inference_type = op->getAttrOfType<StringAttr>(kInferenceType); in GetInferenceTypeAnnotation() local
106 InferenceType inference_type; member
132 auto inference_type = GetInferenceTypeAnnotation(op); in GetInferenceDeviceTypeForOp() local
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dgpu_hardware.cc86 InferenceType inference_type = GetInferenceType(op); in IsOpSupported() local
108 InferenceType inference_type = GetInferenceType(op); in IsOpSupported() local
130 InferenceType inference_type = GetInferenceType(op); in IsOpSupported() local
154 InferenceType inference_type = GetInferenceType(op); in IsOpSupported() local
Dcpu_hardware.cc40 inline float InferenceTypeEfficiency(InferenceType inference_type) { in InferenceTypeEfficiency()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.cc45 absl::string_view inference_type, in ParseInputNodeQuantSpecs()
86 tensorflow::DataType inference_type, QuantizationSpecs* quant_specs) { in GetInputNodeQuantSpecs()
Dquantization_config.h73 tensorflow::DataType inference_type = tensorflow::DT_FLOAT; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate_cl.cc58 opt<std::string> inference_type( variable
/external/tensorflow/tensorflow/lite/python/
Dconvert.py204 inference_type=_types_pb2.QUANTIZED_INT8, argument
429 def build_toco_flags(inference_type=dtypes.float32, argument
498 inference_type=dtypes.float32, argument
Dwrap_toco.py41 fully_quantize, inference_type, argument
Dlite.py634 inference_type=None, argument
/external/tensorflow/tensorflow/python/lite/
Dtoco_python_api_wrapper.cc58 py::object node_blocklist) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc228 tflite::TensorType FromTocoDataTypeToTflitToTensorType(int inference_type) { in FromTocoDataTypeToTflitToTensorType()
278 bool fully_quantize, int inference_type, in MlirQuantizeModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc51 const tflite::TensorType& inference_type, in QuantizeModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Dtarget_annotation.cc80 const InferenceType inference_type = GetInferenceType(op); in SetTargetAnnotation() local
Dget_alternative_subgraph.cc65 InferenceType inference_type, ArrayRef<std::string> devices) { in GetAllAlternativeInferenceDeviceType()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_flags.proto90 optional IODataType inference_type = 4; field
Dtoco_tooling.cc247 const IODataType inference_type = toco_flags.inference_type(); in TransformWithStatus() local
Dargs.h170 Arg<std::string> inference_type; member
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc210 tensorflow::DataType inference_type = in PopulateQuantizationSpecs() local