MCPcopy Create free account
hub / github.com/chrxh/alien / processNeuronContent

Method processNeuronContent

source/Gui/InspectorWindow.cpp:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void _InspectorWindow::processNeuronContent(NeuronDescription& neuron)
518{
519 if (ImGui::TreeNodeEx("Neural network", TreeNodeFlags)) {
520 AlienImGui::NeuronSelection(
521 AlienImGui::NeuronSelectionParameters().rightMargin(0), neuron.weights, neuron.biases, neuron.activationFunctions);
522 ImGui::TreePop();
523 }
524}
525
526void _InspectorWindow::processConstructorContent(ConstructorDescription& constructor)
527{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected