Interface RewriterConfig.CustomGraphOptimizerOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        org.nd4j.shade.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getParameterMapCount

        int getParameterMapCount()
        map<string, .tensorflow.AttrValue> parameter_map = 2;
      • containsParameterMap

        boolean containsParameterMap​(String key)
        map<string, .tensorflow.AttrValue> parameter_map = 2;
      • getParameterMapMap

        Map<String,​AttrValue> getParameterMapMap()
        map<string, .tensorflow.AttrValue> parameter_map = 2;
      • getParameterMapOrDefault

        AttrValue getParameterMapOrDefault​(String key,
                                           AttrValue defaultValue)
        map<string, .tensorflow.AttrValue> parameter_map = 2;
      • getParameterMapOrThrow

        AttrValue getParameterMapOrThrow​(String key)
        map<string, .tensorflow.AttrValue> parameter_map = 2;