পাবলিক ইন্টারফেস SavedBareConcreteFunctionOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত দীর্ঘ | getAllowedPositional Arguments () The prefix of `argument_keywords` which may be identified by position. |
বিমূর্ত স্ট্রিং | getArgumentKeywords (int সূচক) A sequence of unique strings, one per Tensor argument. |
বিমূর্ত com.google.protobuf.ByteString | getArgumentKeywordsBytes (int সূচক) A sequence of unique strings, one per Tensor argument. |
বিমূর্ত int | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
বিমূর্ত তালিকা<স্ট্রিং> | GetArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
বিমূর্ত স্ট্রিং | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
বিমূর্ত com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
বিমূর্ত ফাংশন বিশেষ | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
বিমূর্ত FunctionSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
বিমূর্ত বুলিয়ান | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত দীর্ঘ getAllowedPositional Arguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
সর্বজনীন বিমূর্ত স্ট্রিং getArgumentKeywords (int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getArgumentKeywordsBytes (int index)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
পাবলিক বিমূর্ত int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
সর্বজনীন বিমূর্ত তালিকা<String> getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
সর্বজনীন বিমূর্ত স্ট্রিং getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
সর্বজনীন বিমূর্ত FunctionSpec getFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
সর্বজনীন বিমূর্ত FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
পাবলিক বিমূর্ত বুলিয়ান hasFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;