Home
last modified time | relevance | path

Searched defs:bias_type (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_qmatmul_op.cc540 #define REGISTER_MKL_KERNEL(op, kernel, bias_type, output_type, is_native) \ argument
555 #define TEMPLATE_ARGS(CPUDevice, quint8, qint8, bias_type, output_type, \ argument
557 #define BIAS_TYPE_CONSTRAINT(bias_type) argument
562 #define BIAS_TYPE_CONSTRAINT(bias_type) .TypeConstraint<bias_type>("Tbias") argument
576 #define TEMPLATE_ARGS(CPUDevice, quint8, qint8, bias_type, output_type, \ argument
579 #define BIAS_TYPE_CONSTRAINT(bias_type) argument
584 #define BIAS_TYPE_CONSTRAINT(bias_type) .TypeConstraint<bias_type>("Tbias") argument
Dmkl_conv_ops.cc2213 #define REGISTER_MKL_KERNEL(op, kernel, input_type, bias_type, output_type, \ argument
2224 #define REGISTER_MKL_KERNEL_ALL_INPUT_TYPES(op, kernel, bias_type, \ argument
2250 #define TEMPLATE_ARGS(CPUDevice, input_type, bias_type, output_type, \ argument
2252 #define BIAS_TYPE_CONSTRAINT(bias_type) argument
2278 #define BIAS_TYPE_CONSTRAINT(bias_type) .TypeConstraint<bias_type>("Tbias") argument
2299 #define TEMPLATE_ARGS(CPUDevice, input_type, bias_type, output_type, \ argument
2303 #define BIAS_TYPE_CONSTRAINT(bias_type) argument
2334 #define BIAS_TYPE_CONSTRAINT(bias_type) .TypeConstraint<bias_type>("Tbias") argument
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Darithmetic_count_util.h75 auto bias_type = in GetArithmeticCountForConvAndFullyconnectedOp() local
Dlstm_utils_test.cc56 auto bias_type = RankedTensorType::get(bias_shape, builder->getF32Type()); in createLstmCompositeFunc() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/
Dsve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided.hpp38 typedef float bias_type; typedef
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py148 bias_type=dtypes.int32, argument
Dcalibration_wrapper.cc580 TfLiteType bias_type = python_utils::TfLiteTypeFromPyType(bias_py_type); in QuantizeModel() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc278 const TensorType& bias_type, in QuantizeBias()
1544 const TensorType& bias_type, in QuantizeBiases()
1903 const TensorType& bias_type, in QuantizeModel()
1946 const TensorType& bias_type, in QuantizeModel()
1958 const TensorType& bias_type, ErrorReporter* error_reporter) { in QuantizeModelAllOperators()
1969 const TensorType& bias_type, bool disable_per_channel, in QuantizeModelAllOperators()
Dquantize_model_test.cc2042 TensorType bias_type; member
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dlazy_op_runner.h145 DataType input_type, bias_type, output_type; member
Ddnn.cc144 dnn::DataType element_type, dnn::DataType bias_type, in GetFusedConvolveRunners()
161 dnn::DataType bias_type, dnn::DataType output_type, double conv_scale, in FusedConvolveRunnerFromDesc()
Dstream.h412 dnn::DataType element_type, dnn::DataType bias_type, in FusedConvolveRunnerFromDesc()
Dstream_executor_pimpl.cc316 dnn::DataType input_type, dnn::DataType bias_type, in GetFusedConvolveRunners()
/external/tensorflow/tensorflow/lite/kernels/
Dfully_connected_test.cc140 const TensorType& bias_type = TensorType_FLOAT32,
285 const TensorType& bias_type = TensorType_INT32,
362 const TensorType& bias_type = TensorType_INT32,
Dconv_test.cc88 tflite::TensorType bias_type = TensorType_INT32; local
Ddepthwise_conv_test.cc82 tflite::TensorType bias_type = TensorType_INT32; in BaseDepthwiseConvolutionOpModel() local
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py394 def __init__(self, bias_type, cc_emitter, asm_emitter): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_signed_quantization_test.cc269 tflite::TensorType bias_type = TensorType_INT32; local
Dnnapi_delegate_test.cc678 const auto bias_type = in SetBias() local
1179 const auto bias_type = in SetBias() local
1304 const auto bias_type = in SetBias() local
/external/tensorflow/tensorflow/lite/python/
Dlite.py347 def bias_type(self): member in QuantizationMode
591 bias_type, allow_float): argument
Dlite_v2_test.py2514 bias_type, is_valid_bias_type): argument
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc107 auto bias_type = in EnsureBias() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc231 auto bias_type = RankedTensorType::get({bias_dim}, elem_type); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc828 RankedTensorType bias_type = in matchAndRewrite() local
917 RankedTensorType bias_type = in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc3630 dnn::DataType bias_type, dnn::DataType output_type, double alpha, in GetCudnnFusedOperationGraph()
5065 dnn::DataType bias_type, dnn::DataType output_type, double conv_scale, in FusedConvolveRunnerFromDesc()
5139 dnn::DataType input_type, dnn::DataType bias_type, in GetFusedConvolveRunners()
5755 dnn::DataType bias_type, dnn::DataType output_type, in DoFusedConvolve()

12