tensorflow :: ops :: ParseTensor

#include <parsing_ops.h>

یک تنسورفل سریال TensorProto را به یک تنسور تبدیل می کند .

خلاصه

استدلال ها:

  • دامنه: یک شی Sc Scope
  • serialized: یک رشته اسکالر حاوی یک سریال اولیه TensorProto است.
  • out_type: نوع تانسور سریال سازی شده است. نوع ارائه شده باید با نوع سنسور سریال مطابقت داشته باشد و هیچگونه تبدیل ضمنی انجام نمی شود.

بازده:

سازندگان و ویرانگران

ParseTensor (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, DataType out_type)

صفات عمومی

operation
output

کارکردهای عمومی

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

صفات عمومی

عمل

Operation operation

خروجی

::tensorflow::Output output

کارکردهای عمومی

ParseTensor

 ParseTensor(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input serialized,
  DataType out_type
)

گره

::tensorflow::Node * node() const 

عملگر :: tensorflow :: ورودی

 operator::tensorflow::Input() const 

عملگر :: tensorflow :: خروجی

 operator::tensorflow::Output() const