Spec-Zone.ru › TensorFlow C++ 2.9

tensorflow::ops::MatchingFiles

#include <io_ops.h>

Возвращает набор файлов, соответствующих одному или нескольким шаблонам glob.

Краткое описание

Обратите внимание, что эта функция поддерживает символы подстановки только в имени файла (basename), а не в пути к каталогу. Также обратите внимание, что порядок возвращаемых имён файлов детерминированный.

Аргументы:

  • scope: Объект Scope
  • pattern: Шаблон(ы) подстановки оболочки. Скаляр или вектор типа строка.

Возвращаемое значение:

  • Output: Вектор соответствующих имён файлов.
Конструкторы и деструкторы
MatchingFiles(const ::tensorflow::Scope & scope, ::tensorflow::Input pattern)
Общедоступные атрибуты
filenames
::tensorflow::Output
operation
Operation
Общедоступные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Общедоступные атрибуты

filenames

::tensorflow::Output filenames

operation

Operation operation

Общедоступные функции

MatchingFiles

 MatchingFiles(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input pattern
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/cc/class/tensorflow/ops/matching-files

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API