1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-16 17:48:32 +02:00
tensorflow-haskell/docs/haddock/tensorflow-opgen-0.3.0.0/doc-index.json

1 line
12 KiB
JSON
Raw Normal View History

[{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:ParsedOp\">ParsedOp</a> = <a href=\"#v:ParsedOp\">ParsedOp</a> {<ul class=\"subs\"><li><a href=\"#v:parsedOpName\">parsedOpName</a> :: <a href=\"TensorFlow-OpGen-ParsedOp.html#t:Name\" title=\"TensorFlow.OpGen.ParsedOp\">Name</a></li><li><a href=\"#v:parsedOpSummary\">parsedOpSummary</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li><li><a href=\"#v:parsedOpDescription\">parsedOpDescription</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li><li><a href=\"#v:parsedInputs\">parsedInputs</a> :: [<a href=\"TensorFlow-OpGen-ParsedOp.html#t:ParsedArg\" title=\"TensorFlow.OpGen.ParsedOp\">ParsedArg</a>]</li><li><a href=\"#v:parsedOutputs\">parsedOutputs</a> :: [<a href=\"TensorFlow-OpGen-ParsedOp.html#t:ParsedArg\" title=\"TensorFlow.OpGen.ParsedOp\">ParsedArg</a>]</li><li><a href=\"#v:explicitInputAttrs\">explicitInputAttrs</a> :: [<a href=\"TensorFlow-OpGen-ParsedOp.html#t:Attr\" title=\"TensorFlow.OpGen.ParsedOp\">Attr</a> <a href=\"TensorFlow-OpGen-ParsedOp.html#t:AttrType\" title=\"TensorFlow.OpGen.ParsedOp\">AttrType</a>]</li><li><a href=\"#v:inferredTypeAttrs\">inferredTypeAttrs</a> :: [<a href=\"TensorFlow-OpGen-ParsedOp.html#t:Attr\" title=\"TensorFlow.OpGen.ParsedOp\">Attr</a> <a href=\"TensorFlow-OpGen-ParsedOp.html#t:TypeParam\" title=\"TensorFlow.OpGen.ParsedOp\">TypeParam</a>]</li><li><a href=\"#v:inferredListSizeAttrs\">inferredListSizeAttrs</a> :: [<a href=\"TensorFlow-OpGen-ParsedOp.html#t:Attr\" title=\"TensorFlow.OpGen.ParsedOp\">Attr</a> (<a href=\"../base-4.13.0.0/Data-List-NonEmpty.html#t:NonEmpty\" title=\"Data.List.NonEmpty\">NonEmpty</a> <a href=\"TensorFlow-OpGen-ParsedOp.html#t:Name\" title=\"TensorFlow.OpGen.ParsedOp\">Name</a>)]</li><li><a href=\"#v:parsedOpIsMonadic\">parsedOpIsMonadic</a> :: <a href=\"../base-4.13.0.0/Data-Bool.html#t:Bool\" title=\"Data.Bool\">Bool</a></li></ul>}","name":"ParsedOp ParsedOp parsedOpName parsedOpSummary parsedOpDescription parsedInputs parsedOutputs explicitInputAttrs inferredTypeAttrs inferredListSizeAttrs parsedOpIsMonadic","module":"TensorFlow.OpGen.ParsedOp","link":"TensorFlow-OpGen-ParsedOp.html#t:ParsedOp"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Name\">Name</a> = <a href=\"#v:Name\">Name</a> {<ul class=\"subs\"><li><a href=\"#v:haskellName\">haskellName</a> :: <a href=\"TensorFlow-OpGen-ParsedOp.html#t:HaskellName\" title=\"TensorFlow.OpGen.ParsedOp\">HaskellName</a></li><li><a href=\"#v:tfName\">tfName</a> :: <a href=\"TensorFlow-OpGen-ParsedOp.html#t:TFName\" title=\"TensorFlow.OpGen.ParsedOp\">TFName</a></li></ul>}","name":"Name Name haskellName tfName","module":"TensorFlow.OpGen.ParsedOp","link":"TensorFlow-OpGen-ParsedOp.html#t:Name"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:HaskellName\">HaskellName</a> = <a href=\"#v:HaskellName\">HaskellName</a> {<ul class=\"subs\"><li><a href=\"#v:unHaskellName\">unHaskellName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"HaskellName HaskellName unHaskellName","module":"TensorFlow.OpGen.ParsedOp","link":"TensorFlow-OpGen-ParsedOp.html#t:HaskellName"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:TFName\">TFName</a> = <a href=\"#v:TFName\">TFName</a> {<ul class=\"subs\"><li><a href=\"#v:unTFName\">unTFName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"TFName TFName unTFName","module":"TensorFlow.OpGen.ParsedOp","link":"TensorFlow-OpGen-ParsedOp.html#t:TFName"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Attr\">Attr</a> a = <a href=\"#v:Attr\">Attr</a> {<ul class=\"subs\"><li><a href=\"#v:attrName\">attrName</a> :: <a href=\"TensorFlow-OpGen-ParsedOp.html#t:Name\" title=\"TensorFlow.OpGen.ParsedOp\">Name</a></li><li><a href=\"#v:attrDescription\">attrDescription</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li><li><a h