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 Details

    • getTensor

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