buildFromInboundLayers

fun buildFromInboundLayers(tf: Ops)

Extend this function to define variables in layer.

NOTE: This function should be overridden for layers with multiple inputs. NOTE: Used in Functional API

Parameters

tf

TensorFlow graph API for building operations.