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 Summary

    Modifier and Type
    Method
    Description
    Returns the tensor bound to this name, or null if none

    Methods inherited from interface com.yahoo.tensor.evaluation.TypeContext

    getType, getType
  • Method Details

    • getTensor

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