Click or drag to resize

GraphTensorListSetItem Method

https://www.emgu.com/wiki/index.php/Emgu_TF
TensorListSetItem

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation TensorListSetItem(
	Output input_handle,
	Output index,
	Output item,
	bool resize_if_index_out_of_bounds = false,
	string opName = "TensorListSetItem"
)

Parameters

input_handle
Type: Emgu.TFOutput
Input to the operation.
index
Type: Emgu.TFOutput
Input to the operation.
item
Type: Emgu.TFOutput
Input to the operation.
resize_if_index_out_of_bounds (Optional)
Type: SystemBoolean
resize if index out of bounds
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output_handle(type: DtVariant).
See Also