Home
last modified time | relevance | path

Searched defs:weight_type (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Darithmetic_count_util.h56 auto weight_type = in GetArithmeticCountForConvAndFullyconnectedOp() local
Dlstm_utils_test.cc55 auto weight_type = RankedTensorType::get(weight_shape, builder->getF32Type()); in createLstmCompositeFunc() local
Dlstm_utils.cc678 RankedTensorType weight_type = in ConvertKerasLSTMLayer() local
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateDepthwiseConv2d.cpp213 const GpuKernelArgumentInfo::Type weight_type = _settings.export_weights_to_cl_image() ? in declare_variables() local
DClTemplateDirectConv2d.cpp234 …const GpuKernelArgumentInfo::Type weight_type = _settings.export_to_cl_image() ? GpuKernelArgument… in declare_variables() local
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_gru_test.cc36 const TensorType& weight_type = TensorType_FLOAT32) in GRUOpModel()
Dlstm_test.cc41 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel()
419 TensorType weight_type; in TEST_P() local
496 TensorType weight_type; in TEST_P() local
566 TensorType weight_type; in TEST_P() local
1149 TensorType weight_type; in TEST_P() local
1244 TensorType weight_type; in TEST_P() local
2129 HybridSparseLSTMOpModel( in HybridSparseLSTMOpModel()
Dembedding_lookup_test.cc43 TensorType weight_type = TensorType_FLOAT32, in BaseEmbeddingLookupOpModel()
Dbidirectional_sequence_lstm_test.cc49 const auto weight_type = in BidirectionalLSTMOpModel() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc37 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc478 auto weight_type = weight.getType().dyn_cast_or_null<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc85 ShapedType weight_type, ShapedType output_type) { in buildRescaleOpConvOutput()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py670 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3173 const TensorType weight_type) in LSTMOpModel()
4831 TensorType weight_type = TensorType_FLOAT32) { in BaseEmbeddingLookupOpModel()
Dnnapi_delegate.cc3000 const TfLiteType weight_type = in Validate() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc3160 auto weight_type = transpose_conv.weights() in GetArithmeticCount() local