Home
last modified time | relevance | path

Searched refs:repeats_attr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc353 Attribute repeats_attr = attrs_[output_arg.number_attr()]; in Create() local
354 if (!repeats_attr) in Create()
358 if (!repeats_attr.isa<IntegerAttr>()) in Create()
362 int64_t repeats = repeats_attr.cast<IntegerAttr>().getInt(); in Create()