public protocol TFTensorOperation : TensorOperation
선언
func addInput<Scalar>(_ input: Tensor<Scalar>) where Scalar : TensorFlowScalar
선언
func addInput(_ input: StringTensor)
선언
func addInput(_ input: VariantHandle)
선언
func addInput(_ input: ResourceHandle)
선언
func addInputList<T>(_ input: T) where T : TensorArrayProtocol
선언
func updateAttribute(_ name: String, _ value: TensorDataType)
선언
func updateAttribute(_ name: String, _ value: TensorShape)
선언
func updateAttribute(_ name: String, _ value: TensorShape?)
선언
func updateAttribute(_ name: String, _ value: [TensorDataType])
선언
func updateAttribute(_ name: String, _ value: [TensorShape])
선언
func updateAttribute(_ name: String, _ value: [TensorShape?])
선언
func updateAttribute<In, Out>(_ name: String, _ value: (In) -> Out) where In : TensorGroup, Out : TensorGroup
선언
func updateAttribute(_ name: String, _ value: _TensorFunctionPointer)
선언
func execute()
선언
func execute<T0: TensorArrayProtocol>( _ count0: Int ) -> (T0)
선언
func execute<T0: TensorArrayProtocol, T1: TensorArrayProtocol>( _ count0: Int, _ count1: Int ) -> (T0, T1)
선언
func execute<T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol>( _ count0: Int, _ count1: Int, _ count2: Int ) -> (T0, T1, T2)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int ) -> (T0, T1, T2, T3)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int ) -> (T0, T1, T2, T3, T4)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int ) -> (T0, T1, T2, T3, T4, T5)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int ) -> (T0, T1, T2, T3, T4, T5, T6)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol, T10: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int, _ count10: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int, _ count10: Int, _ count11: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol, T12: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int, _ count10: Int, _ count11: Int, _ count12: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol, T12: TensorArrayProtocol, T13: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int, _ count10: Int, _ count11: Int, _ count12: Int, _ count13: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
선언
func execute< T0: TensorArrayProtocol, T1: TensorArrayProtocol, T2: TensorArrayProtocol, T3: TensorArrayProtocol, T4: TensorArrayProtocol, T5: TensorArrayProtocol, T6: TensorArrayProtocol, T7: TensorArrayProtocol, T8: TensorArrayProtocol, T9: TensorArrayProtocol, T10: TensorArrayProtocol, T11: TensorArrayProtocol, T12: TensorArrayProtocol, T13: TensorArrayProtocol, T14: TensorArrayProtocol >( _ count0: Int, _ count1: Int, _ count2: Int, _ count3: Int, _ count4: Int, _ count5: Int, _ count6: Int, _ count7: Int, _ count8: Int, _ count9: Int, _ count10: Int, _ count11: Int, _ count12: Int, _ count13: Int, _ count14: Int ) -> (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)