WhileContextDefOrBuilder

interfaz pública WhileContextDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
getBackProp ()
 Whether backprop is enabled for this while loop.
cadena abstracta
getContextName ()
 Name of the context.
resumen com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
cadena abstracta
getLoopEnterNames (índice int)
 List of names for enter tensors.
resumen com.google.protobuf.ByteString
getLoopEnterNamesBytes (índice int)
 List of names for enter tensors.
int abstracto
getLoopEnterNamesCount ()
 List of names for enter tensors.
Lista abstracta <String>
getLoopEnterNamesList ()
 List of names for enter tensors.
cadena abstracta
getLoopSalirNames (índice int)
 List of names for exit tensors.
resumen com.google.protobuf.ByteString
getLoopSalirNamesBytes (índice int)
 List of names for exit tensors.
int abstracto
getLoopSalirNamesCount ()
 List of names for exit tensors.
Lista abstracta <String>
getLoopSalirNamesList ()
 List of names for exit tensors.
cadena abstracta
getMaximumIterationsName ()
 Optional name of the maximum_iterations tensor.
resumen com.google.protobuf.ByteString
getMaximumIterationsNameBytes ()
 Optional name of the maximum_iterations tensor.
resumen ControlFlowContextDef
getNestedContexts (índice int)
 Contexts contained inside this context (e.g.
int abstracto
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstracta < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder abstracto
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Resumen Lista <? extiende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
int abstracto
getParallelIterations ()
 The number of iterations allowed to run in parallel.
cadena abstracta
getPivotForBodyName ()
 Name of the pivot_for_body tensor.
resumen com.google.protobuf.ByteString
getPivotForBodyNameBytes ()
 Name of the pivot_for_body tensor.
cadena abstracta
getPivotForPredName ()
 Name of the pivot_for_pred tensor.
resumen com.google.protobuf.ByteString
getPivotForPredNameBytes ()
 Name of the pivot_for_pred tensor.
cadena abstracta
getPivotName ()
 Name of the pivot tensor.
resumen com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
booleano abstracto
getSwapMemory ()
 Whether GPU-CPU memory swap is enabled for this loop.
abstractos ValuesDef
getValuesDef ()
 Values and external values in control flow context.
abstractos ValuesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano abstracto
hasValuesDef ()
 Values and external values in control flow context.

Métodos públicos

getBackProp () booleano abstracto público

 Whether backprop is enabled for this while loop.
 
bool back_prop = 3;

cadena abstracta pública getContextName ()

 Name of the context.
 
string context_name = 1;

resumen público com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

cadena abstracta pública getLoopEnterNames (índice int)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

resumen público com.google.protobuf.ByteString getLoopEnterNamesBytes (índice int)

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

public abstract int getLoopEnterNamesCount ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

Lista pública abstracta <String> getLoopEnterNamesList ()

 List of names for enter tensors.
 
repeated string loop_enter_names = 10;

Cadena abstracta pública getLoopSalirNames (índice int)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

resumen público com.google.protobuf.ByteString getLoopSalirNamesBytes (índice int)

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

public abstract int getLoopSalirNamesCount ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

Lista pública abstracta <String> getLoopSalirNamesList ()

 List of names for exit tensors.
 
repeated string loop_exit_names = 8;

cadena abstracta pública getMaximumIterationsName ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11; nombre_de_iteraciones_máximo string maximum_iterations_name = 11;

resumen público com.google.protobuf.ByteString getMaximumIterationsNameBytes ()

 Optional name of the maximum_iterations tensor.
 
string maximum_iterations_name = 11; nombre_de_iteraciones_máximo string maximum_iterations_name = 11;

ControlFlowContextDef abstracto público getNestedContexts (índice int)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

public abstract int getNestedContextsCount ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

Lista pública abstracta < ControlFlowContextDef > getNestedContextsList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

Resumen público ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

Lista de resumen público <? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

 Contexts contained inside this context (e.g. nested whiles).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;

public abstract int getParallelIterations ()

 The number of iterations allowed to run in parallel.
 
int32 parallel_iterations = 2;

cadena abstracta pública getPivotForBodyName ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

resumen público com.google.protobuf.ByteString getPivotForBodyNameBytes ()

 Name of the pivot_for_body tensor.
 
string pivot_for_body_name = 7;

cadena abstracta pública getPivotForPredName ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

resumen público com.google.protobuf.ByteString getPivotForPredNameBytes ()

 Name of the pivot_for_pred tensor.
 
string pivot_for_pred_name = 6;

cadena abstracta pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 5;

resumen público com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 5;

getSwapMemory () booleano abstracto público

 Whether GPU-CPU memory swap is enabled for this loop.
 
bool swap_memory = 4;

public abstract ValuesDef getValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

public abstract ValuesDefOrBuilder getValuesDefOrBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;

public abstract boolean hasValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 9;