reduce_funcs

This is summary documentation for hippynn.graphs.indextypes.reduce_funcs module. Click here for full documentation.

Links to Full Documentation:

Functions for changing index states.

Functions

db_form(node)

Return a node converted to the index state of the database.

db_state_of(idxt)

Return the IdxType expected in the database for a given index type.

dispatch_indexing(input_is, output_is)

Acquire the function for converting between two index states.

elementwise_compare_reduce(*nodes_to_reduce)

Return nodes converted to a mutually compatible index state with no padding.

get_reduced_index_state(*nodes_to_reduce)

Find the index state for comparison between values in a loss function or plot.

index_type_coercion(node, output_index_state)

Attempt to convert a node to a given index state.

soft_index_type_coercion(node, ...)

Coerce if information is available.