الفئة النهائية العامة GradientDef
GradientDef defines the gradient function of a function defined in a function library. A gradient function g (specified by gradient_func) for a function f (specified by function_name) must follow the following: The function 'f' must be a numerical function which takes N inputs and produces M outputs. Its gradient function 'g', which is a function taking N + M inputs and produces N outputs. I.e. if we have (y1, y2, ..., y_M) = f(x1, x2, ..., x_N), then, g is (dL/dx1, dL/dx2, ..., dL/dx_N) = g(x1, x2, ..., x_N, dL/dy1, dL/dy2, ..., dL/dy_M), where L is a scalar-value function of (x1, x2, ..., xN) (e.g., the loss function). dL/dx_i is the partial derivative of L with respect to x_i.
tensorflow.GradientDef
فئات متداخلة
فصل | GradientDef.Builder | GradientDef defines the gradient function of a function defined in a function library. |
الثوابت
كثافة العمليات | FUNCTION_NAME_FIELD_NUMBER | |
كثافة العمليات | GRADIENT_FUNC_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
ثابت GradientDef | |
GradientDef | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
خيط | الحصول على اسم الوظيفة () The function name. |
com.google.protobuf.ByteString | getFunctionNameBytes () The function name. |
خيط | الحصول على GradientFunc () The gradient function's name. |
com.google.protobuf.ByteString | الحصول على GradientFuncBytes () The gradient function's name. |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت GradientDef.Builder | newBuilder (النموذج الأولي لـ GradientDef ) |
ثابت GradientDef.Builder | منشئ جديد () |
GradientDef.Builder | |
ثابت GradientDef | parseDelimitedFrom (إدخال InputStream) |
ثابت GradientDef | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GradientDef | parseFrom (بيانات ByteBuffer) |
ثابت GradientDef | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GradientDef | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GradientDef | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
ثابت GradientDef | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GradientDef | parseFrom (بيانات com.google.protobuf.ByteString) |
ثابت GradientDef | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GradientDef | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
GradientDef.Builder | إلى البناء () |
فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
int النهائي الثابت العام FUNCTION_NAME_FIELD_NUMBER
القيمة الثابتة: 1
العدد النهائي الثابت العام GRADIENT_FUNC_FIELD_NUMBER
القيمة الثابتة: 2
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
سلسلة getFunctionName () العامة
The function name.
string function_name = 1;
com.google.protobuf.ByteString العامة getFunctionNameBytes ()
The function name.
string function_name = 1;
سلسلة عامة getGradientFunc ()
The gradient function's name.
string gradient_func = 2;
com.google.protobuf.ByteString العامة getGradientFuncBytes ()
The gradient function's name.
string gradient_func = 2;
عام الحصول على بارسيرفورتيب ()
int public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
GradientDef parseDelimitedFrom الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GradientDef العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GradientDef العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GradientDef العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GradientDef العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل GradientDef العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GradientDef العام الثابت (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|