Home
last modified time | relevance | path

Searched defs:const_type (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc179 auto const_type = RankedTensorType::get({513}, element_qtype); in getTosa1DConstTensorTable() local
193 auto const_type = RankedTensorType::get({}, rewriter.getF32Type()); in getTosaConstTensorSingleF32() local
204 auto const_type = RankedTensorType::get({}, rewriter.getIntegerType(32)); in getTosaConstTensorSingleI32() local
353 auto const_type = in get1DConstTensor() local
368 auto const_type = RankedTensorType::get({static_cast<int32_t>(arr.size())}, in get1DConstTensor() local
391 auto const_type = RankedTensorType::get({static_cast<int32_t>(arr.size())}, in get1DConstTensorInt48() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3252 const DataType const_type = const_prop.dtype(); in ConstantPushDownBiasAdd() local