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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[]
[]