Interface EvaluationContext<NAMETYPE extends Name>

  • All Superinterfaces:
    TypeContext<NAMETYPE>
    All Known Implementing Classes:
    MapEvaluationContext

    public interface EvaluationContext<NAMETYPE extends Name>
    extends TypeContext<NAMETYPE>
    An evaluation context which is passed down to all nested functions during evaluation.
    Author:
    bratseth
    • Method Detail

      • getTensor

        Tensor getTensor​(java.lang.String name)
        Returns the tensor bound to this name, or null if none