Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py63 TENSOR_LIST = 2 variable in TFRTypes
118 return TFRTypes.TENSOR_LIST
426 TFRTypes.TENSOR_LIST, TFRTypes.TENSOR, TFRTypes.ATTR
510 elif value in (TFRTypes.TENSOR_LIST, TFRTypes.TENSOR):
550 return {TFRTypes.TENSOR_LIST}
780 assert ty == TFRTypes.TENSOR_LIST
894 elif ty == TFRTypes.TENSOR_LIST:
1010 ret_type_list.append(str(TFRTypes.TENSOR_LIST))
1239 if ty is TFRTypes.TENSOR_LIST and not _require_tensor_list(attr_def):
1314 if type_ == TFRTypes.TENSOR_LIST:
[all …]