SYMBOL INDEX (1768 symbols across 13 files) FILE: deep-learning/access.py function _erase_and_write (line 32) | def _erase_and_write(memory, address, reset_weights, values): class MemoryAccess (line 66) | class MemoryAccess(snt.RNNCore): method __init__ (line 84) | def __init__(self, method _build (line 113) | def _build(self, inputs, prev_state): method _read_inputs (line 160) | def _read_inputs(self, inputs): method _write_weights (line 220) | def _write_weights(self, inputs, memory, usage): method _read_weights (line 259) | def _read_weights(self, inputs, memory, prev_read_weights, link): method state_size (line 306) | def state_size(self): method output_size (line 316) | def output_size(self): FILE: deep-learning/addressing.py function _vector_norms (line 34) | def _vector_norms(m): function weighted_softmax (line 39) | def weighted_softmax(activations, strengths, strengths_op): class CosineWeights (line 58) | class CosineWeights(snt.AbstractModule): method __init__ (line 65) | def __init__(self, method _build (line 83) | def _build(self, memory, keys, strengths): class TemporalLinkage (line 108) | class TemporalLinkage(snt.RNNCore): method __init__ (line 121) | def __init__(self, memory_size, num_writes, name='temporal_linkage'): method _build (line 133) | def _build(self, write_weights, prev_state): method directional_read_weights (line 155) | def directional_read_weights(self, link, prev_read_weights, forward): method _link (line 183) | def _link(self, prev_link, prev_precedence_weights, write_weights): method _precedence_weights (line 220) | def _precedence_weights(self, prev_precedence_weights, write_weights): method state_size (line 243) | def state_size(self): class Freeness (line 252) | class Freeness(snt.RNNCore): method __init__ (line 269) | def __init__(self, memory_size, name='freeness'): method _build (line 279) | def _build(self, write_weights, free_gate, read_weights, prev_usage): method write_allocation_weights (line 307) | def write_allocation_weights(self, usage, write_gates, num_writes): method _usage_after_write (line 342) | def _usage_after_write(self, prev_usage, write_weights): method _usage_after_read (line 357) | def _usage_after_read(self, prev_usage, free_gate, read_weights): method _allocation (line 376) | def _allocation(self, usage): method state_size (line 408) | def state_size(self): FILE: deep-learning/autoencoder.py function reducedimension (line 5) | def reducedimension(input_, dimension = 2, learning_rate = 0.01, hidden_... FILE: deep-learning/dnc.py class DNC (line 36) | class DNC(snt.RNNCore): method __init__ (line 42) | def __init__(self, method _clip_if_enabled (line 78) | def _clip_if_enabled(self, x): method _build (line 84) | def _build(self, inputs, prev_state): method initial_state (line 129) | def initial_state(self, batch_size, dtype=tf.float32): method state_size (line 137) | def state_size(self): method output_size (line 141) | def output_size(self): FILE: deep-learning/util.py function batch_invert_permutation (line 25) | def batch_invert_permutation(permutations): function batch_gather (line 33) | def batch_gather(values, indices): function one_hot (line 41) | def one_hot(length, index): FILE: realtime-agent/app.py function softmax (line 16) | def softmax(z): function get_state (line 25) | def get_state(parameters, t, window_size = 20): class Deep_Evolution_Strategy (line 43) | class Deep_Evolution_Strategy: method __init__ (line 47) | def __init__( method _get_weight_from_population (line 56) | def _get_weight_from_population(self, weights, population): method get_weights (line 63) | def get_weights(self): method train (line 66) | def train(self, epoch = 100, print_every = 1): class Model (line 97) | class Model: method __init__ (line 98) | def __init__(self, input_size, layer_size, output_size): method predict (line 108) | def predict(self, inputs): method get_weights (line 113) | def get_weights(self): method set_weights (line 116) | def set_weights(self, weights): class Agent (line 120) | class Agent: method __init__ (line 126) | def __init__(self, model, timeseries, skip, initial_money, real_trend,... method _initiate (line 142) | def _initiate(self): method reset_capital (line 152) | def reset_capital(self, capital): method trade (line 159) | def trade(self, data): method change_data (line 223) | def change_data(self, timeseries, skip, initial_money, real_trend, min... method act (line 231) | def act(self, sequence): method act_softmax (line 236) | def act_softmax(self, sequence): method get_state (line 241) | def get_state(self, t, inventory, capital, timeseries): method get_reward (line 255) | def get_reward(self, weights): method fit (line 284) | def fit(self, iterations, checkpoint): method buy (line 287) | def buy(self): function hello (line 360) | def hello(): function inventory (line 365) | def inventory(): function queue (line 370) | def queue(): function balance (line 375) | def balance(): function trade (line 380) | def trade(): function reset (line 386) | def reset(): FILE: stacking/autoencoder.py function reducedimension (line 5) | def reducedimension(input_, dimension = 2, learning_rate = 0.01, hidden_... FILE: stacking/model.py class Model (line 4) | class Model: method __init__ (line 5) | def __init__(self, learning_rate, num_layers, size, size_layer, output... FILE: stock-forecasting-js/data/google.js constant GOOGLE (line 1) | const GOOGLE = JSON.parse(JSON.stringify({"date": ["2017-07-10", "2017-0... FILE: stock-forecasting-js/init.js function smoothing_line (line 16) | function smoothing_line(scalars,weight){ function generate_investment (line 27) | function generate_investment(strings,values){ function buildConfig (line 36) | function buildConfig() { function errorFn (line 52) | function errorFn(err, file) { function completeFn (line 56) | function completeFn(results) { function calculate_distribution (line 100) | function calculate_distribution(real,predict){ function calculateMA (line 161) | function calculateMA(dayCount, data) { function plot_stock (line 177) | function plot_stock(){ function f (line 436) | function f(x,states){ function async_training_loop (line 446) | function async_training_loop(callback) { function plot_pairplot (line 1031) | function plot_pairplot(val){ FILE: stock-forecasting-js/js/tf-expand.js function isMobile (line 6) | function isMobile() { function doc (line 11) | function doc(e) { function assertArgumentIsTensor (line 17) | function assertArgumentIsTensor(e, t, r) { function assertArgumentsAreTensors (line 21) | function assertArgumentsAreTensors(e, t) { function shuffle (line 30) | function shuffle(e) { function clamp (line 34) | function clamp(e, t, r) { function randUniform (line 38) | function randUniform(e, t) { function distSquared (line 42) | function distSquared(e, t) { function assert (line 50) | function assert(e, t) { function assertShapesMatch (line 54) | function assertShapesMatch(e, t, r) { function assertTypesMatch (line 58) | function assertTypesMatch(e, t) { function flatten (line 62) | function flatten(e, t) { function inferShape (line 69) | function inferShape(e) { function sizeFromShape (line 76) | function sizeFromShape(e) { function isScalarShape (line 82) | function isScalarShape(e) { function arraysEqual (line 86) | function arraysEqual(e, t) { function isInt (line 93) | function isInt(e) { function tanh (line 97) | function tanh(e) { function sizeToSquarishShape (line 105) | function sizeToSquarishShape(e) { function createShuffledIndices (line 111) | function createShuffledIndices(e) { function rightPad (line 116) | function rightPad(e, t) { function repeatedTry (line 120) | function repeatedTry(e, t, r) { function getQueryParams (line 136) | function getQueryParams(e) { function decodeParam (line 144) | function decodeParam(e, t, r) { function inferFromImplicitShape (line 148) | function inferFromImplicitShape(e, t) { function squeezeShape (line 164) | function squeezeShape(e, t) { function getTypedArrayFromDType (line 178) | function getTypedArrayFromDType(e, t) { function isTensorInList (line 189) | function isTensorInList(e, t) { function checkForNaN (line 195) | function checkForNaN(e, t, r) { function flattenNameArrayMap (line 201) | function flattenNameArrayMap(e, t) { function unflattenToNameArrayMap (line 209) | function unflattenToNameArrayMap(e, t) { function hasEncodingLoss (line 215) | function hasEncodingLoss(e, t) { function copyTypedArray (line 219) | function copyTypedArray(e, t) { function isTypedArray (line 229) | function isTypedArray(e) { function bytesPerElement (line 233) | function bytesPerElement(e) { function isFunction (line 239) | function isFunction(e) { function getTensorsInContainer (line 243) | function getTensorsInContainer(e) { function walkTensorContainer (line 248) | function walkTensorContainer(e, t, r) { function isIterable (line 260) | function isIterable(e) { function tensorToString (line 264) | function tensorToString(e, t) { function computeMaxSizePerColumn (line 274) | function computeMaxSizePerColumn(e) { function valToString (line 285) | function valToString(e, t) { function subTensorToString (line 289) | function subTensorToString(e, t, r, n, a) { function axesAreInnerMostDims (line 335) | function axesAreInnerMostDims(e, t) { function combineLocations (line 341) | function combineLocations(e, t, r) { function computeOutAndReduceShapes (line 346) | function computeOutAndReduceShapes(e, t) { function expandShapeToKeepDim (line 353) | function expandShapeToKeepDim(e, t) { function parseAxisParam (line 359) | function parseAxisParam(e, t) { function assertAxesAreInnerMostDims (line 372) | function assertAxesAreInnerMostDims(e, t, r) { function getAxesPermutation (line 376) | function getAxesPermutation(e, t) { function getUndoAxesPermutation (line 384) | function getUndoAxesPermutation(e) { function getInnerMostAxes (line 394) | function getInnerMostAxes(e, t) { function assertParams (line 399) | function assertParams(e, t, r) { function computeOutShape (line 406) | function computeOutShape(e, t, r) { function computeGradientSliceShapes (line 412) | function computeGradientSliceShapes(e, t) { function operation (line 421) | function operation(e, t, r) { function concat2Tensors (line 431) | function concat2Tensors(e, t, r) { function createCommonjsModule (line 458) | function createCommonjsModule(e, t) { function makeZerosTypedArray (line 464) | function makeZerosTypedArray(e, t) { function makeOnesTypedArray (line 471) | function makeOnesTypedArray(e, t) { function toTypedArray (line 476) | function toTypedArray(e, t) { function noConversionNeeded (line 480) | function noConversionNeeded(e, t) { function getBroadcastDims (line 484) | function getBroadcastDims(e, t) { function getReductionAxes (line 493) | function getReductionAxes(e, t) { function broadcastDimsAreOuter (line 503) | function broadcastDimsAreOuter(e) { function assertAndGetBroadcastShape (line 509) | function assertAndGetBroadcastShape(e, t) { function batchnormReshape4D (line 519) | function batchnormReshape4D(e) { function upcastType (line 523) | function upcastType(e, t) { function sumOutType (line 527) | function sumOutType(e) { function computePool2DInfo (line 531) | function computePool2DInfo(e, t, r, n, a, o) { function computeConv2DInfo (line 544) | function computeConv2DInfo(e, t, r, n, a, o, i, s) { function computeOutputShape3D (line 592) | function computeOutputShape3D(e, t, r, n, a, o) { function computeDefaultPad (line 602) | function computeDefaultPad(e, t, r, n) { function parseTupleParam (line 608) | function parseTupleParam(e) { function getEffectiveFilterSize (line 612) | function getEffectiveFilterSize(e, t) { function getPadAndOutInfo (line 616) | function getPadAndOutInfo(e, t, r, n, a, o, i, s) { function conditionalRound (line 658) | function conditionalRound(e, t) { function parseTupleParam$1 (line 672) | function parseTupleParam$1(e) { function tupleValuesAreOne (line 676) | function tupleValuesAreOne(e) { function eitherStridesOrDilationsAreOne (line 683) | function eitherStridesOrDilationsAreOne(e, t) { function depthwiseConv2dDerInput (line 687) | function depthwiseConv2dDerInput(e, t, r, n) { function depthwiseConv2dDerFilter (line 699) | function depthwiseConv2dDerFilter(e, t, r, n) { function normImpl (line 711) | function normImpl(e, t, r) { function assertParamsValid (line 731) | function assertParamsValid(e, t, r) { function getStridedSlicedInfo (line 736) | function getStridedSlicedInfo(e, t, r, n, a, o) { function startForAxis (line 746) | function startForAxis(e, t, r, n, a) { function stopForAxis (line 753) | function stopForAxis(e, t, r, n, a) { function computeStrides (line 760) | function computeStrides(e) { function checkGrads (line 769) | function checkGrads(e) { function getFilteredNodesXToY (line 775) | function getFilteredNodesXToY(e, t, r) { function backpropagateGradients (line 815) | function backpropagateGradients(e, t) { function hasExtension (line 835) | function hasExtension(e, t) { function getWebGLRenderingContext (line 839) | function getWebGLRenderingContext(e) { function loseContext (line 845) | function loseContext(e) { function isWebGLVersionEnabled (line 853) | function isWebGLVersionEnabled(e) { function getWebGLDisjointQueryTimerVersion (line 858) | function getWebGLDisjointQueryTimerVersion(e) { function isFloatTextureReadPixelsEnabled (line 864) | function isFloatTextureReadPixelsEnabled(e) { function isWebGLGetBufferSubDataAsyncExtensionEnabled (line 881) | function isWebGLGetBufferSubDataAsyncExtensionEnabled(e) { function getFeaturesFromURL (line 889) | function getFeaturesFromURL() { function getGlobalNamespace (line 907) | function getGlobalNamespace() { function getOrMakeEnvironment (line 917) | function getOrMakeEnvironment() { function computeOptimalWindowSize (line 922) | function computeOptimalWindowSize(e) { function nearestDivisor (line 926) | function nearestDivisor(e, t) { function castTensor (line 932) | function castTensor(e, t, r) { function reshapeTensor (line 941) | function reshapeTensor(e, t) { function getUnpackedMatrixTextureShapeWidthHeight (line 947) | function getUnpackedMatrixTextureShapeWidthHeight(e, t) { function getUnpackedArraySizeFromMatrixSize (line 951) | function getUnpackedArraySizeFromMatrixSize(e, t) { function getColorMatrixTextureShapeWidthHeight (line 955) | function getColorMatrixTextureShapeWidthHeight(e, t) { function getMatrixSizeFromUnpackedArraySize (line 959) | function getMatrixSizeFromUnpackedArraySize(e, t) { function encodeMatrixToUnpackedArray (line 964) | function encodeMatrixToUnpackedArray(e, t, r) { function encodeFloatArray (line 970) | function encodeFloatArray(e) { function decodeToFloatArray (line 985) | function decodeToFloatArray(e) { function decodeMatrixFromUnpackedArray (line 998) | function decodeMatrixFromUnpackedArray(e, t, r) { function decodeMatrixFromUnpackedColorRGBAArray (line 1004) | function decodeMatrixFromUnpackedColorRGBAArray(e, t, r) { function getPackedMatrixTextureShapeWidthHeight (line 1011) | function getPackedMatrixTextureShapeWidthHeight(e, t) { function getPackedRGBAArraySizeFromMatrixShape (line 1015) | function getPackedRGBAArraySizeFromMatrixShape(e, t) { function encodeMatrixToPackedRGBA (line 1020) | function encodeMatrixToPackedRGBA(e, t, r, n) { function decodeMatrixFromPackedRGBA (line 1037) | function decodeMatrixFromPackedRGBA(e, t, r, n) { function makeShader (line 1051) | function makeShader(e, t, r, n) { function getSampleSnippet (line 1065) | function getSampleSnippet() { function getSetOutputSnippet (line 1069) | function getSetOutputSnippet() { function getSamplerFromInInfo (line 1073) | function getSamplerFromInInfo(e) { function getInputSamplingSnippet (line 1093) | function getInputSamplingSnippet(e, t, r) { function getOutputSamplingSnippet (line 1098) | function getOutputSamplingSnippet(e, t) { function getOutputScalarCoords (line 1117) | function getOutputScalarCoords() { function getOutput1DCoords (line 1121) | function getOutput1DCoords(e, t) { function getOutput3DCoords (line 1125) | function getOutput3DCoords(e, t) { function getOutput4DCoords (line 1131) | function getOutput4DCoords(e, t) { function getOutput5DCoords (line 1138) | function getOutput5DCoords(e, t) { function getOutput2DCoords (line 1146) | function getOutput2DCoords(e, t) { function getSamplerScalar (line 1150) | function getSamplerScalar(e) { function getSampler1D (line 1155) | function getSampler1D(e) { function getSampler2D (line 1161) | function getSampler2D(e) { function getSampler3D (line 1180) | function getSampler3D(e) { function getSampler4D (line 1200) | function getSampler4D(e) { function getSampler5D (line 1220) | function getSampler5D(e) { function getSamplerFlat (line 1241) | function getSamplerFlat(e) { function getBroadcastOutputCoordsSampler (line 1250) | function getBroadcastOutputCoordsSampler(e, t, r, n) { function getSamplerAtOutputCoords (line 1266) | function getSamplerAtOutputCoords(e, t, r) { function getCoordsDataType (line 1284) | function getCoordsDataType(e) { function squeezeInputInfo (line 1293) | function squeezeInputInfo(e, t) { function getSqueezedParams (line 1298) | function getSqueezedParams(e, t) { function getCoords (line 1304) | function getCoords(e, t) { function getFinalCoord (line 1312) | function getFinalCoord(e, t) { function getSourceCoords (line 1320) | function getSourceCoords(e, t) { function createWebGLRenderingContext (line 1328) | function createWebGLRenderingContext(e) { function createWebGLRenderingContextFromCanvas (line 1333) | function createWebGLRenderingContextFromCanvas(e, t) { function callAndCheck (line 1339) | function callAndCheck(e, t) { function enableDebugWebGLErrorChecking (line 1344) | function enableDebugWebGLErrorChecking(e) { function checkWebGLError (line 1348) | function checkWebGLError(e) { function getWebGLErrorMessage (line 1355) | function getWebGLErrorMessage(e, t) { function getExtensionOrThrow (line 1376) | function getExtensionOrThrow(e, t) { function createVertexShader (line 1382) | function createVertexShader(e, t) { function createFragmentShader (line 1394) | function createFragmentShader(e, t) { function logShaderSourceAndInfoLog (line 1406) | function logShaderSourceAndInfoLog(e, t) { function createProgram (line 1418) | function createProgram(e) { function linkProgram (line 1424) | function linkProgram(e, t) { function validateProgram (line 1430) | function validateProgram(e, t) { function createStaticVertexBuffer (line 1436) | function createStaticVertexBuffer(e, t) { function createStaticIndexBuffer (line 1447) | function createStaticIndexBuffer(e, t) { function queryMaxTextureSize (line 1458) | function queryMaxTextureSize(e) { function getChannelsPerTexture (line 1464) | function getChannelsPerTexture() { function createTexture (line 1468) | function createTexture(e) { function validateTextureSize (line 1474) | function validateTextureSize(e, t, r) { function createFramebuffer (line 1487) | function createFramebuffer(e) { function bindVertexBufferToProgramAttribute (line 1493) | function bindVertexBufferToProgramAttribute(e, t, r, n, a, o, i) { function bindTextureUnit (line 1504) | function bindTextureUnit(e, t, r) { function unbindTextureUnit (line 1512) | function unbindTextureUnit(e, t) { function getProgramUniformLocationOrThrow (line 1520) | function getProgramUniformLocationOrThrow(e, t, r) { function getProgramUniformLocation (line 1526) | function getProgramUniformLocation(e, t, r) { function bindTextureToProgramUniformSampler (line 1530) | function bindTextureToProgramUniformSampler(e, t, r, n, a) { function bindCanvasToFramebuffer (line 1538) | function bindCanvasToFramebuffer(e) { function bindColorTextureToFramebuffer (line 1548) | function bindColorTextureToFramebuffer(e, t, r) { function unbindColorTextureFromFramebuffer (line 1556) | function unbindColorTextureFromFramebuffer(e, t) { function validateFramebuffer (line 1564) | function validateFramebuffer(e) { function getFramebufferErrorMessage (line 1569) | function getFramebufferErrorMessage(e, t) { function throwIfNull (line 1584) | function throwIfNull(e, t, r) { function validateTextureUnit (line 1592) | function validateTextureUnit(e, t) { function getTextureShapeFromLogicalShape (line 1601) | function getTextureShapeFromLogicalShape(e, t) { function getWebGLContextAttributes (line 1608) | function getWebGLContextAttributes() { function createWebGLContext (line 1620) | function createWebGLContext(e) { function createVertexShader$1 (line 1643) | function createVertexShader$1(e) { function createVertexBuffer (line 1647) | function createVertexBuffer(e) { function createIndexBuffer (line 1651) | function createIndexBuffer(e) { function getTextureInternalFormat (line 1655) | function getTextureInternalFormat(e, t) { function getTextureFormat (line 1659) | function getTextureFormat(e, t) { function getTextureType (line 1663) | function getTextureType(e) { function createAndConfigureTexture (line 1667) | function createAndConfigureTexture(e, t, r, n) { function createMatrixTexture (line 1690) | function createMatrixTexture(e, t, r) { function createColorMatrixTexture (line 1695) | function createColorMatrixTexture(e, t, r) { function createPackedMatrixTexture (line 1700) | function createPackedMatrixTexture(e, t, r) { function bindVertexProgramAttributeStreams (line 1705) | function bindVertexProgramAttributeStreams(e, t, r) { function uploadPixelDataToTexture (line 1711) | function uploadPixelDataToTexture(e, t, r) { function uploadDataToTexture (line 1721) | function uploadDataToTexture(e, t, r, n, a, o) { function uploadMatrixToTexture (line 1732) | function uploadMatrixToTexture(e, t, r, n, a, o) { function uploadMatrixToPackedTexture (line 1743) | function uploadMatrixToPackedTexture(e, t, r, n, a) { function getDownloadTargetArrayBuffer (line 1752) | function getDownloadTargetArrayBuffer(e, t, r) { function decodeDownloadTargetArrayBuffer (line 1758) | function decodeDownloadTargetArrayBuffer(e, t, r, n) { function downloadMatrixFromOutputTextureAsync (line 1766) | function downloadMatrixFromOutputTextureAsync(e, t, r, n) { function downloadMatrixFromOutputTexture (line 1786) | function downloadMatrixFromOutputTexture(e, t, r) { function downloadMatrixFromRGBAColorTexture (line 1796) | function downloadMatrixFromRGBAColorTexture(e, t, r, n) { function downloadMatrixFromPackedOutputTexture (line 1807) | function downloadMatrixFromPackedOutputTexture(e, t, r) { function binSearchLastTrue (line 1819) | function binSearchLastTrue(e) { function shouldUploadNaNUniform (line 1827) | function shouldUploadNaNUniform() { function compileProgram (line 1831) | function compileProgram(e, t, r, n) { function validateBinaryAndProgram (line 1864) | function validateBinaryAndProgram(e, t) { function runProgram (line 1876) | function runProgram(e, t, r, n) { function makeShaderKey (line 1889) | function makeShaderKey(e, t, r) { function getCoords$1 (line 1900) | function getCoords$1(e) { function getKeyFromTextureShape (line 1908) | function getKeyFromTextureShape(e, t) { function getSourceCoords$1 (line 1912) | function getSourceCoords$1(e) { function getSwitchedCoords (line 1920) | function getSwitchedCoords(e) { function STEP (line 1927) | function STEP(e) { function float32ToTypedArray (line 1931) | function float32ToTypedArray(e, t) { function typedArrayToFloat32 (line 1940) | function typedArrayToFloat32(e, t) { function encodeWeights (line 1944) | function encodeWeights(e) { function decodeWeights (line 1970) | function decodeWeights(e, t) { function concatenateTypedArrays (line 1990) | function concatenateTypedArrays(e) { function stringByteLength (line 2007) | function stringByteLength(e) { function arrayBufferToBase64String (line 2011) | function arrayBufferToBase64String(e) { function base64StringToArrayBuffer (line 2015) | function base64StringToArrayBuffer(e) { function concatenateArrayBuffers (line 2020) | function concatenateArrayBuffers(e) { function basename (line 2032) | function basename(e) { function getModelArtifactsInfoForJSON (line 2038) | function getModelArtifactsInfoForJSON(e) { function parseURL (line 2049) | function parseURL(e) { function cloneModelInternal (line 2057) | function cloneModelInternal(e, t, r) { function getIndexedDBFactory (line 2081) | function getIndexedDBFactory() { function setUpDatabase (line 2089) | function setUpDatabase(e) { function browserIndexedDB (line 2098) | function browserIndexedDB(e) { function maybeStripScheme (line 2102) | function maybeStripScheme(e) { function getModelKeys (line 2106) | function getModelKeys(e) { function getModelPathFromKey (line 2115) | function getModelPathFromKey(e) { function maybeStripScheme$1 (line 2121) | function maybeStripScheme$1(e) { function browserLocalStorage (line 2125) | function browserLocalStorage(e) { function browserDownloads (line 2129) | function browserDownloads(e) { function browserFiles (line 2133) | function browserFiles(e) { function loadWeightsAsArrayBuffer (line 2137) | function loadWeightsAsArrayBuffer(e, t) { function loadWeights (line 2157) | function loadWeights(e, t, r, n) { function browserHTTPRequest (line 2234) | function browserHTTPRequest(e, t) { function expectArraysClose (line 2238) | function expectArraysClose(e, t, r) { function expectPromiseToFail (line 2258) | function expectPromiseToFail(e, t) { function expectArraysEqual (line 2266) | function expectArraysEqual(e, t) { function expectNumbersClose (line 2270) | function expectNumbersClose(e, t, r) { function areClose (line 2274) | function areClose(e, t, r) { function expectValuesInRange (line 2278) | function expectValuesInRange(e, t, r) { function pyListRepeat (line 2285) | function pyListRepeat(e, t) { function assert$1 (line 2293) | function assert$1(e, t) { function count (line 2297) | function count(e, t) { function singletonOrArray (line 2302) | function singletonOrArray(e) { function toList (line 2306) | function toList(e) { function isArrayOfShapes (line 2310) | function isArrayOfShapes(e) { function normalizeShapeList (line 2314) | function normalizeShapeList(e) { function toSnakeCase (line 2318) | function toSnakeCase(e) { function toCamelCase (line 2323) | function toCamelCase(e) { function serializeKerasObject (line 2329) | function serializeKerasObject(e) { function deserializeKerasObject (line 2336) | function deserializeKerasObject(e, t, r, n) { function getExactlyOneTensor (line 2371) | function getExactlyOneTensor(e) { function getExactlyOneShape (line 2380) | function getExactlyOneShape(e) { function numberCompare (line 2388) | function numberCompare(e, t) { function reverseNumberCompare (line 2392) | function reverseNumberCompare(e, t) { function stringToDType (line 2396) | function stringToDType(e) { function unique (line 2405) | function unique(e) { function isObjectEmpty (line 2413) | function isObjectEmpty(e) { function checkStringTypeUnionValue (line 2420) | function checkStringTypeUnionValue(e, t, r) { function checkDataFormat (line 2424) | function checkDataFormat(e) { function checkPaddingMode (line 2428) | function checkPaddingMode(e) { function checkPoolMode (line 2432) | function checkPoolMode(e) { function nameScope (line 2436) | function nameScope(e, t) { function currentNameScopePrefix (line 2446) | function currentNameScopePrefix() { function getScopedTensorName (line 2450) | function getScopedTensorName(e) { function getUniqueTensorName (line 2455) | function getUniqueTensorName(e) { function isValidTensorName (line 2466) | function isValidTensorName(e) { function isInteger (line 2470) | function isInteger(e) { function arrayProd (line 2474) | function arrayProd(e, t, r) { function toArray1D (line 2480) | function toArray1D(e) { function min$1 (line 2484) | function min$1(e) { function max$1 (line 2488) | function max$1(e) { function range$1 (line 2492) | function range$1(e, t) { function getNextUniqueTensorId (line 2498) | function getNextUniqueTensorId() { function checkShapesMatch (line 2502) | function checkShapesMatch(e, t) { function batchGetValue (line 2506) | function batchGetValue(e) { function batchSetValue (line 2512) | function batchSetValue(e) { function epsilon (line 2518) | function epsilon() { function imageDataFormat (line 2522) | function imageDataFormat() { function getScalar (line 2526) | function getScalar(e, t) { function shape (line 2530) | function shape(e) { function intShape (line 2534) | function intShape(e) { function dtype (line 2538) | function dtype(e) { function cast$1 (line 2542) | function cast$1(e, t) { function expandDims$1 (line 2546) | function expandDims$1(e, t) { function repeat (line 2552) | function repeat(e, t) { function flatten$1 (line 2559) | function flatten$1(e) { function batchFlatten (line 2564) | function batchFlatten(e) { function sliceAlongFirstAxis (line 2570) | function sliceAlongFirstAxis(e, t, r) { function sliceAlongLastAxis (line 2587) | function sliceAlongLastAxis(e, t, r) { function sliceAlongAxis (line 2604) | function sliceAlongAxis(e, t, r, n) { function concatenate (line 2648) | function concatenate(e, t) { function concatAlongFirstAxis (line 2654) | function concatAlongFirstAxis(e, t) { function tile$1 (line 2669) | function tile$1(e, t) { function identity (line 2674) | function identity(e) { function scalarTimesArray (line 2678) | function scalarTimesArray(e, t) { function scalarPlusArray (line 2682) | function scalarPlusArray(e, t) { function randomNormal$1 (line 2686) | function randomNormal$1(e, t, r, n, a) { function dot$1 (line 2690) | function dot$1(e, t) { function gather$1 (line 2702) | function gather$1(e, t, r) { function square$1 (line 2708) | function square$1(e) { function biasAdd (line 2712) | function biasAdd(e, t, r) { function elu$1 (line 2727) | function elu$1(e, t) { function softsign (line 2732) | function softsign(e) { function dropout (line 2738) | function dropout(e, t, r, n) { function nameScope$1 (line 2747) | function nameScope$1(e, t) { function floatx (line 2751) | function floatx() { function getUid (line 2755) | function getUid(e) { function hardSigmoid (line 2759) | function hardSigmoid(e) { function inTrainPhase (line 2766) | function inTrainPhase(e, t, r) { function calcL2Norms (line 2770) | function calcL2Norms(e, t) { function serializeConstraint (line 2776) | function serializeConstraint(e) { function deserializeConstraint (line 2780) | function deserializeConstraint(e, t) { function getConstraint (line 2784) | function getConstraint(e) { function deserialize (line 2791) | function deserialize(e, t) { function isArrayItemInputOrOutputName (line 2795) | function isArrayItemInputOrOutputName(e, t, r) { function convertPythonicToTs (line 2799) | function convertPythonicToTs(e, t) { function convertTsToPythonic (line 2822) | function convertTsToPythonic(e, t) { function collectInputShape (line 2842) | function collectInputShape(e) { function guessOutputDType (line 2850) | function guessOutputDType(e) { function Input (line 2854) | function Input(e) { function getSourceInputs (line 2868) | function getSourceInputs(e, t, r) { function loadTensor (line 2879) | function loadTensor(e, t, r) { function preprocessWeightsForLoading (line 2886) | function preprocessWeightsForLoading(e, t, r, n) { function loadWeightsFromNamedTensorMap (line 2891) | function loadWeightsFromNamedTensorMap(e, t) { function loadWeightsFromJson (line 2906) | function loadWeightsFromJson(e, t, r) { function resolveScalarsInLogs (line 2932) | function resolveScalarsInLogs(e) { function disposeTensorsInLogs (line 2950) | function disposeTensorsInLogs(e) { function standardizeCallbacks (line 2958) | function standardizeCallbacks(e) { function l2Normalize (line 2964) | function l2Normalize(e, t) { function meanSquaredError (line 2973) | function meanSquaredError(e, t) { function meanAbsoluteError (line 2979) | function meanAbsoluteError(e, t) { function meanAbsolutePercentageError (line 2985) | function meanAbsolutePercentageError(e, t) { function meanSquaredLogarithmicError (line 2994) | function meanSquaredLogarithmicError(e, t) { function squaredHinge (line 3005) | function squaredHinge(e, t) { function hinge (line 3014) | function hinge(e, t) { function categoricalHinge (line 3023) | function categoricalHinge(e, t) { function logcosh (line 3033) | function logcosh(e, t) { function categoricalCrossentropy (line 3042) | function categoricalCrossentropy(e, t, r) { function sparseCategoricalCrossentropy (line 3053) | function sparseCategoricalCrossentropy(e, t, r) { function sigmoidCrossEntropyWithLogits (line 3061) | function sigmoidCrossEntropyWithLogits(e, t) { function binaryCrossentropy (line 3070) | function binaryCrossentropy(e, t) { function kullbackLeiblerDivergence (line 3077) | function kullbackLeiblerDivergence(e, t) { function poisson (line 3085) | function poisson(e, t) { function cosineProximity (line 3092) | function cosineProximity(e, t) { function get (line 3101) | function get(e) { function binaryAccuracy (line 3125) | function binaryAccuracy(e, t) { function categoricalAccuracy (line 3133) | function categoricalAccuracy(e, t) { function binaryCrossentropy$1 (line 3139) | function binaryCrossentropy$1(e, t) { function sparseCategoricalAccuracy (line 3143) | function sparseCategoricalAccuracy(e, t) { function get$1 (line 3147) | function get$1(e) { function getOptimizer (line 3166) | function getOptimizer(e) { function assertFeedCompatibility (line 3185) | function assertFeedCompatibility(e, t) { function execute (line 3194) | function execute(e, t, r) { function executeInternal (line 3202) | function executeInternal(e, t, r) { function getNodeOutputs (line 3215) | function getNodeOutputs(e) { function isDataTensor (line 3230) | function isDataTensor(e) { function isDataArray (line 3234) | function isDataArray(e) { function isDataDict (line 3238) | function isDataDict(e) { function standardizeInputData (line 3242) | function standardizeInputData(e, t, r, n, a) { function checkArrayLengths (line 3292) | function checkArrayLengths(e, t, r) { function checkLossAndTargetCompatibility (line 3309) | function checkLossAndTargetCompatibility(e, t, r) { function makeBatches (line 3326) | function makeBatches(e, t) { function sliceArrays (line 3331) | function sliceArrays(e, t, r) { function sliceArraysByIndices (line 3337) | function sliceArraysByIndices(e, t) { function checkInputData (line 3345) | function checkInputData(e, t, r, n, a) { function collectMetrics (line 3369) | function collectMetrics(e, t) { function checkFanMode (line 3387) | function checkFanMode(e) { function checkDistribution (line 3391) | function checkDistribution(e) { function computeFans (line 3395) | function computeFans(e, t) { function deserializeInitializer (line 3414) | function deserializeInitializer(e, t) { function serializeInitializer (line 3418) | function serializeInitializer(e) { function getInitializer (line 3422) | function getInitializer(e) { function serializeActivation (line 3433) | function serializeActivation(e) { function deserializeActivation (line 3437) | function deserializeActivation(e, t) { function getActivation (line 3441) | function getActivation(e) { function l1 (line 3456) | function l1(e) { function l2 (line 3463) | function l2(e) { function serializeRegularizer (line 3470) | function serializeRegularizer(e) { function deserializeRegularizer (line 3474) | function deserializeRegularizer(e, t) { function getRegularizer (line 3478) | function getRegularizer(e) { function normalizeArray (line 3485) | function normalizeArray(e, t, r) { function convOutputLength (line 3495) | function convOutputLength(e, t, r, n, a) { function deconvLength (line 3501) | function deconvLength(e, t, r, n) { function preprocessConv2DInput (line 3511) | function preprocessConv2DInput(e, t) { function conv1dWithBias (line 3517) | function conv1dWithBias(e, t, r, n, a, o, i) { function conv2dWithBias (line 3528) | function conv2dWithBias(e, t, r, n, a, o, i) { function depthwiseConv2d$1 (line 3538) | function depthwiseConv2d$1(e, t, r, n, a, o) { function batchNormalization$1 (line 3548) | function batchNormalization$1(e, t, r, n, a, o) { function regularNormalizeBatchInTraining (line 3560) | function regularNormalizeBatchInTraining(e, t, r, n, a) { function broadcastNormalizeBatchInTraining (line 3569) | function broadcastNormalizeBatchInTraining(e, t, r, n, a) { function normalizeBatchInTraining (line 3582) | function normalizeBatchInTraining(e, t, r, n, a) { function spatial2dPadding (line 3586) | function spatial2dPadding(e, t, r) { function pool2d (line 3605) | function pool2d(e, t, r, n, a, o) { function rnn (line 3613) | function rnn(e, t, r, n, a, o, i, s) { function checkBidirectionalMergeMode (line 3629) | function checkBidirectionalMergeMode(e) { function loadModelInternal (line 3633) | function loadModelInternal(e) { function loadModelFromIOHandler (line 3647) | function loadModelFromIOHandler(e, t) { function hasOwnProperty (line 3666) | function hasOwnProperty(e, t) { function Url (line 3670) | function Url() { function urlParse (line 3674) | function urlParse(e, t, r) { function urlFormat (line 3680) | function urlFormat(e) { function asPromise (line 3684) | function asPromise(e, t) { function EventEmitter (line 3703) | function EventEmitter() { function factory (line 3707) | function factory(e) { function writeUintLE (line 3797) | function writeUintLE(e, t, r) { function writeUintBE (line 3801) | function writeUintBE(e, t, r) { function readUintLE (line 3805) | function readUintLE(e, t) { function readUintBE (line 3809) | function readUintBE(e, t) { function inquire (line 3813) | function inquire(moduleName) { function pool (line 3821) | function pool(e, t, r) { function LongBits (line 3834) | function LongBits(e, t) { function Op (line 3838) | function Op(e, t, r) { function noop (line 3842) | function noop() {} function State (line 3844) | function State(e) { function Writer (line 3848) | function Writer() { function writeByte (line 3852) | function writeByte(e, t, r) { function writeVarint32 (line 3856) | function writeVarint32(e, t, r) { function VarintOp (line 3861) | function VarintOp(e, t) { function writeVarint64 (line 3865) | function writeVarint64(e, t, r) { function writeFixed32 (line 3871) | function writeFixed32(e, t, r) { function BufferWriter$1 (line 3875) | function BufferWriter$1() { function writeStringBuffer (line 3879) | function writeStringBuffer(e, t, r) { function indexOutOfRange (line 3883) | function indexOutOfRange(e, t) { function Reader (line 3887) | function Reader(e) { function readLongVarint (line 3891) | function readLongVarint() { function readFixed32_end (line 3915) | function readFixed32_end(e, t) { function readFixed64 (line 3919) | function readFixed64() { function BufferReader$1 (line 3924) | function BufferReader$1(e) { function Service (line 3928) | function Service(e, t, r) { function getParamValue (line 3933) | function getParamValue(e, t, r, n) { function getTensor (line 3946) | function getTensor(e, t, r) { function getNodeNameAndIndex (line 3956) | function getNodeNameAndIndex(e, t) { function getNodeNameWithContextId (line 3963) | function getNodeNameWithContextId(e, t) { function parseNodeName (line 3967) | function parseNodeName(e) { function split$1 (line 3972) | function split$1(e, t) { function executeOp$2 (line 3977) | function executeOp$2(e, t, r) { function executeOp$13 (line 4021) | function executeOp$13(e, t, r) { function loadFrozenModel (line 4054) | function loadFrozenModel(e, t, r) { function e (line 4114) | function e() {} function n (line 4136) | function n(e) { function a (line 4145) | function a(e, t) { function o (line 4149) | function o(e, t) { function i (line 4162) | function i() { function n (line 4180) | function n(e) { function a (line 4190) | function a(e, t) { function o (line 4194) | function o(e, t) { function n (line 4216) | function n(e) { function a (line 4226) | function a(e, t) { function o (line 4230) | function o(e, t) { function n (line 4252) | function n(e) { function a (line 4270) | function a(e, t) { function o (line 4274) | function o(e, t) { function n (line 4297) | function n(e) { function a (line 4314) | function a(e, t) { function o (line 4318) | function o(e, t) { function n (line 4341) | function n(e) { function a (line 4354) | function a(e, t) { function o (line 4358) | function o(e, t) { function n (line 4380) | function n(e, n, c) { function a (line 4402) | function a(e) { function o (line 4416) | function o(e, t) { function i (line 4420) | function i(e, t) { function s (line 4430) | function s(e, t) { function u (line 4435) | function u() { function l (line 4446) | function l(e) { function e (line 4469) | function e(e, t, r, n, a) { function e (line 4505) | function e() {} function i (line 4659) | function i(e) { function s (line 4667) | function s(e) { function u (line 4675) | function u(e) { function r (line 4684) | function r(e) { function n (line 4690) | function n(r) { function e (line 4760) | function e() {} function e (line 5137) | function e() {} function e (line 5234) | function e() {} function e (line 5535) | function e() {} function e (line 5619) | function e() {} function e (line 5751) | function e() {} function e (line 5801) | function e() {} function e (line 5835) | function e() {} function e (line 5868) | function e() {} function e (line 5930) | function e() {} function e (line 6020) | function e() {} function e (line 6045) | function e() {} function e (line 6088) | function e() {} function e (line 6157) | function e() {} function e (line 6179) | function e() {} function e (line 6202) | function e() {} function e (line 6285) | function e() {} function e (line 6321) | function e() {} function e (line 6364) | function e() {} function e (line 6406) | function e() {} function e (line 6426) | function e() {} function e (line 6460) | function e() {} function n (line 7200) | function n() { function i (line 7216) | function i(e) { function s (line 7224) | function s(e) { function u (line 7232) | function u(e) { function r (line 7241) | function r(e) { function n (line 7247) | function n(r) { function e (line 7317) | function e(e, t, r) { function e (line 7358) | function e(e, r, n, a) { function t (line 7646) | function t(t, n, a) { function e (line 7670) | function e() {} function e (line 7763) | function e(e, t) { function e (line 7778) | function e() {} function i (line 7790) | function i(e) { function s (line 7798) | function s(e) { function u (line 7806) | function u(e) { function r (line 7815) | function r(e) { function n (line 7821) | function n(r) { function e (line 7891) | function e(e, t) { function e (line 8089) | function e(e) { method Type (line 8166) | get Type() { function i (line 8412) | function i(e) { function s (line 8420) | function s(e) { function u (line 8428) | function u(e) { function r (line 8437) | function r(e) { function n (line 8443) | function n(r) { function i (line 8534) | function i(e) { function s (line 8542) | function s(e) { function u (line 8550) | function u(e) { function r (line 8559) | function r(e) { function n (line 8565) | function n(r) { function e (line 8635) | function e(e) { function e (line 8925) | function e(e, t, r) { function e (line 9066) | function e(e) { function e (line 9098) | function e(e) { function i (line 9210) | function i(e) { function s (line 9218) | function s(e) { function u (line 9226) | function u(e) { function r (line 9235) | function r(e) { function n (line 9241) | function n(r) { function e (line 9312) | function e(e, t) { function i (line 9892) | function i(e) { function s (line 9900) | function s(e) { function u (line 9908) | function u(e) { function r (line 9917) | function r(e) { function n (line 9923) | function n(r) { function e (line 9993) | function e() { function e (line 10803) | function e() {} function i (line 10821) | function i(e) { function s (line 10829) | function s(e) { function u (line 10837) | function u(e) { function r (line 10846) | function r(e) { function n (line 10852) | function n(r) { function e (line 10922) | function e() { function i (line 10953) | function i(e) { function s (line 10961) | function s(e) { function u (line 10969) | function u(e) { function r (line 10978) | function r(e) { function n (line 10984) | function n(r) { function e (line 11055) | function e() { function e (line 11073) | function e() {} function i (line 11134) | function i(e) { function s (line 11142) | function s(e) { function u (line 11150) | function u(e) { function r (line 11159) | function r(e) { function n (line 11165) | function n(r) { function e (line 11239) | function e(e) { function e (line 11320) | function e() { function i (line 11399) | function i(e) { function s (line 11407) | function s(e) { function u (line 11415) | function u(e) { function r (line 11424) | function r(e) { function n (line 11430) | function n(r) { function e (line 11506) | function e(e) { function e (line 11547) | function e() { function i (line 11573) | function i(e) { function s (line 11581) | function s(e) { function u (line 11589) | function u(e) { function r (line 11598) | function r(e) { function n (line 11604) | function n(r) { function e (line 11677) | function e(t) { function e (line 11704) | function e(e) { function i (line 11779) | function i(e) { function s (line 11787) | function s(e) { function u (line 11795) | function u(e) { function r (line 11804) | function r(e) { function n (line 11810) | function n(r) { function i (line 11881) | function i(e) { function s (line 11889) | function s(e) { function u (line 11897) | function u(e) { function r (line 11906) | function r(e) { function n (line 11912) | function n(r) { function e (line 11982) | function e(e, t) { function e (line 12083) | function e() {} function e (line 12091) | function e() { function n (line 12140) | function n() { function t (line 12155) | function t() { function n (line 12180) | function n() { function t (line 12187) | function t(t, r, n) { function n (line 12243) | function n() { function t (line 12250) | function t(t, r) { function n (line 12297) | function n() { function t (line 12304) | function t(t, r, n, a) { function n (line 12368) | function n() { function t (line 12375) | function t(t, r, n, a, o) { function n (line 12440) | function n() { function t (line 12447) | function t(t) { function n (line 12484) | function n() { function t (line 12491) | function t(t, r, n) { function n (line 12537) | function n() { function t (line 12544) | function t(t, r, n, a, o) { function e (line 12613) | function e() {} function n (line 12654) | function n() { function t (line 12661) | function t(r) { function t (line 12668) | function t(r) { function t (line 12675) | function t(r) { function t (line 12682) | function t(r) { function t (line 12689) | function t(r) { function t (line 12696) | function t(r) { function e (line 12727) | function e(e, t, r, n, a, o, i) { function e (line 12734) | function e(e, t, r, n, a) { function n (line 12761) | function n() { function t (line 12776) | function t() { function t (line 12784) | function t(t) { function t (line 12804) | function t(t) { function t (line 12821) | function t() { function t (line 12830) | function t(t) { function n (line 12868) | function n() { function e (line 12889) | function e(e, t) { function t (line 12912) | function t(t) { function t (line 13172) | function t(t) { function t (line 13214) | function t(r) { function r (line 13584) | function r(e, t) { function n (line 13666) | function n() { function i (line 13674) | function i(e) { function s (line 13682) | function s(e) { function u (line 13690) | function u(e) { function r (line 13699) | function r(e) { function n (line 13705) | function n(r) { function e (line 13775) | function e() { function e (line 13821) | function e(e, t) { function t (line 13941) | function t() { function t (line 13985) | function t() { function t (line 14022) | function t(t) { function e (line 14128) | function e(t) { function n (line 14161) | function n() { function i (line 14177) | function i(e) { function s (line 14185) | function s(e) { function u (line 14193) | function u(e) { function r (line 14202) | function r(e) { function n (line 14208) | function n(r) { function t (line 14282) | function t(t) { function n (line 14641) | function n() { function t (line 14658) | function t() { function t (line 14668) | function t() { function t (line 14677) | function t() { function t (line 14686) | function t(t) { function t (line 14703) | function t(t) { function t (line 14719) | function t(t) { function t (line 14736) | function t(t) { function t (line 14753) | function t(t) { function t (line 14771) | function t(t) { function t (line 14799) | function t(t) { function t (line 14812) | function t(t) { function t (line 14825) | function t(t) { function t (line 14838) | function t(t) { function t (line 14851) | function t(t) { function n (line 14898) | function n() { function t (line 14905) | function t() { function t (line 14913) | function t() { function t (line 14922) | function t() { function t (line 14931) | function t() { function t (line 14940) | function t() { function t (line 14951) | function t() { function t (line 14960) | function t() { function t (line 14969) | function t() { function t (line 14978) | function t() { function t (line 14987) | function t() { function t (line 14996) | function t() { function t (line 15005) | function t() { function n (line 15023) | function n() { function t (line 15030) | function t(t) { function t (line 15049) | function t(t) { function t (line 15069) | function t(t) { function t (line 15088) | function t(t) { function n (line 15116) | function n() { function t (line 15131) | function t() { function t (line 15137) | function t(t) { function n (line 15175) | function n() { function t (line 15182) | function t(t, r) { function t (line 15244) | function t(t) { function t (line 15254) | function t(t) { function t (line 15306) | function t(t, r) { function t (line 15338) | function t(t) { function t (line 15345) | function t(t) { function t (line 15358) | function t(t) { function t (line 15390) | function t(t) { function n (line 15441) | function n() { function t (line 15448) | function t(t) { function n (line 15486) | function n() { function t (line 15493) | function t(t) { function t (line 15531) | function t(t) { function t (line 15577) | function t(t) { function t (line 15596) | function t(t) { function t (line 15617) | function t(t) { function t (line 15640) | function t(t) { function n (line 15697) | function n() { function t (line 15704) | function t(t) { function n (line 15760) | function n() { function t (line 15767) | function t(t) { function t (line 15855) | function t(t) { function t (line 15870) | function t(t) { function t (line 15885) | function t(t) { function t (line 15900) | function t(t) { function t (line 15912) | function t(t) { function t (line 15924) | function t(t) { function n (line 15985) | function n() { function t (line 15992) | function t(t) { function n (line 16080) | function n() { function t (line 16087) | function t(t) { function n (line 16142) | function n() { function t (line 16149) | function t(t) { function t (line 16187) | function t(t) { function t (line 16196) | function t(t) { function t (line 16205) | function t(t) { function t (line 16233) | function t(t) { function t (line 16242) | function t(t) { function t (line 16251) | function t(t) { function t (line 16264) | function t(t) { function t (line 16276) | function t(t) { function t (line 16288) | function t(t) { function t (line 16307) | function t() { function t (line 16320) | function t() { function n (line 16342) | function n() { function t (line 16357) | function t(t) { function n (line 16433) | function n(e) { function t (line 16543) | function t() { function t (line 16549) | function t(t) { function t (line 16590) | function t(t) { function t (line 16713) | function t(t) { function t (line 16791) | function t(t) { function t (line 16923) | function t(t) { function t (line 16936) | function t() { function t (line 17026) | function t(t) { function t (line 17165) | function t(t) { function n (line 17278) | function n() { function t (line 17285) | function t(t) { function t (line 17348) | function t(t) { function t (line 17376) | function t(t) { function n (line 17468) | function n() { function i (line 17484) | function i(e) { function s (line 17492) | function s(e) { function u (line 17500) | function u(e) { function r (line 17509) | function r(e) { function n (line 17515) | function n(r) { function t (line 17585) | function t(t) { function e (line 17714) | function e() {} function e (line 17726) | function e() {} function e (line 17828) | function e() {} function e (line 17840) | function e() {} function e (line 17870) | function e() {} function e (line 17898) | function e() {} function n (line 17918) | function n(e) { function a (line 17922) | function a(e, t) { function o (line 17927) | function o(e, t) { function i (line 17933) | function i(e) { function s (line 17938) | function s(e) { function u (line 17945) | function u(e) { function l (line 17949) | function l(e, t) { function c (line 17953) | function c(e, t, r) { function p (line 17959) | function p(e) { function d (line 17973) | function d(e) { function r (line 18413) | function r(e, t, r) { function n (line 18418) | function n(e) { function r (line 18725) | function r() { function e (line 18741) | function e(e) { function e (line 18767) | function e(e) { function e (line 18788) | function e(e) { function e (line 18811) | function e(e) { function e (line 18882) | function e(e) { function e (line 18932) | function e(e) { function e (line 18981) | function e(e) { function e (line 19003) | function e(e) { function e (line 19034) | function e(e) { function e (line 19061) | function e(e) { function e (line 19086) | function e(e) { function e (line 19121) | function e(e) { function e (line 19140) | function e(e) { function e (line 19159) | function e(e) { function e (line 19180) | function e(e) { function e (line 19201) | function e(e) { function e (line 19221) | function e(e) { function e (line 19262) | function e(e) { function e (line 19294) | function e(e) { function e (line 19320) | function e(e) { function e (line 19345) | function e(e) { function e (line 19367) | function e(e) { function e (line 19415) | function e(e) { function e (line 19452) | function e(e) { function e (line 19489) | function e(e) { function e (line 19512) | function e(e) { function e (line 19531) | function e(e) { function e (line 19564) | function e(e) { function e (line 19599) | function e(e) { function e (line 19621) | function e(e) { function e (line 19643) | function e(e) { function e (line 19671) | function e(e) { function e (line 21830) | function e() { function i (line 22064) | function i(e) { function s (line 22072) | function s(e) { function u (line 22080) | function u(e) { function r (line 22089) | function r(e) { function n (line 22095) | function n(r) { function e (line 22435) | function e(e) { function i (line 22502) | function i(e) { function s (line 22510) | function s(e) { function u (line 22518) | function u(e) { function r (line 22527) | function r(e) { function n (line 22533) | function n(r) { function e (line 22603) | function e(e) { function i (line 22746) | function i(e) { function s (line 22754) | function s(e) { function u (line 22762) | function u(e) { function r (line 22771) | function r(e) { function n (line 22777) | function n(r) { function e (line 22847) | function e(e, t, r) { FILE: stock-forecasting-js/js/tf.js function isMobile (line 1) | function isMobile(){var e=navigator.userAgent||navigator.vendor||window.... function doc (line 1) | function doc(e){return function(){for(var e=[],t=0;t0;)n=Math.random()*t|0,... function clamp (line 1) | function clamp(e,t,r){return Math.max(e,Math.min(t,r))} function randUniform (line 1) | function randUniform(e,t){return Math.random()*(t-e)+e} function distSquared (line 1) | function distSquared(e,t){for(var r=0,n=0;n1;-... function createShuffledIndices (line 1) | function createShuffledIndices(e){for(var t=new Uint32Array(e),r=0;r0?Number.MIN... function stopForAxis (line 1) | function stopForAxis(e,t,r,n,a){var o=t[a];e&1<0?Number.MAX_... function computeStrides (line 1) | function computeStrides(e){var t=e.length;if(t<2)return[];var r=new Arra... function checkGrads (line 1) | function checkGrads(e){if(e.filter(function(e){return null==e}).length>0... function getFilteredNodesXToY (line 1) | function getFilteredNodesXToY(e,t,r){for(var n={},a={},o=0;o=0;r--){var ... function hasExtension (line 1) | function hasExtension(e,t){return null!=e.getExtension(t)} function getWebGLRenderingContext (line 1) | function getWebGLRenderingContext(e){if(0===e||!ENV.get("IS_BROWSER"))th... function loseContext (line 1) | function loseContext(e){if(null!=e){var t=e.getExtension("WEBGL_lose_con... function isWebGLVersionEnabled (line 1) | function isWebGLVersionEnabled(e){var t=getWebGLRenderingContext(e);retu... function getWebGLDisjointQueryTimerVersion (line 1) | function getWebGLDisjointQueryTimerVersion(e){if(0===e)return 0;var t,r=... function isFloatTextureReadPixelsEnabled (line 1) | function isFloatTextureReadPixelsEnabled(e){if(0===e)return!1;var t=getW... function isWebGLGetBufferSubDataAsyncExtensionEnabled (line 1) | function isWebGLGetBufferSubDataAsyncExtensionEnabled(e){if(e>0)return!1... function getFeaturesFromURL (line 1) | function getFeaturesFromURL(){var e={};if("undefined"==typeof window||vo... function getGlobalNamespace (line 1) | function getGlobalNamespace(){var e;if("undefined"!=typeof window)e=wind... function getOrMakeEnvironment (line 1) | function getOrMakeEnvironment(){var e=getGlobalNamespace();return e.ENV=... function computeOptimalWindowSize (line 1) | function computeOptimalWindowSize(e){return e<=PARALLELIZE_THRESHOLD?e:n... function nearestDivisor (line 1) | function nearestDivisor(e,t){for(var r=t;r4)throw Error("Gather ... function createWebGLRenderingContext (line 1) | function createWebGLRenderingContext(e){var t=document.createElement("ca... function createWebGLRenderingContextFromCanvas (line 1) | function createWebGLRenderingContextFromCanvas(e,t){var r,n=ENV.get("WEB... function callAndCheck (line 1) | function callAndCheck(e,t){var r=t();return checkWebGLError(e),r} function enableDebugWebGLErrorChecking (line 1) | function enableDebugWebGLErrorChecking(e){webGLDebugErrorCheckingEnabled=e} function checkWebGLError (line 1) | function checkWebGLError(e){if(webGLDebugErrorCheckingEnabled){var t=e.g... function getWebGLErrorMessage (line 1) | function getWebGLErrorMessage(e,t){switch(t){case e.NO_ERROR:return"NO_E... function getExtensionOrThrow (line 1) | function getExtensionOrThrow(e,t){return throwIfNull(e,function(){return... function createVertexShader (line 1) | function createVertexShader(e,t){var r=throwIfNull(e,function(){return e... function createFragmentShader (line 1) | function createFragmentShader(e,t){var r=throwIfNull(e,function(){return... function logShaderSourceAndInfoLog (line 1) | function logShaderSourceAndInfoLog(e,t){var r=lineNumberRegex.exec(t);if... function createProgram (line 1) | function createProgram(e){return throwIfNull(e,function(){return e.creat... function linkProgram (line 1) | function linkProgram(e,t){if(callAndCheck(e,function(){return e.linkProg... function validateProgram (line 1) | function validateProgram(e,t){if(callAndCheck(e,function(){return e.vali... function createStaticVertexBuffer (line 1) | function createStaticVertexBuffer(e,t){var r=throwIfNull(e,function(){re... function createStaticIndexBuffer (line 1) | function createStaticIndexBuffer(e,t){var r=throwIfNull(e,function(){ret... function queryMaxTextureSize (line 1) | function queryMaxTextureSize(e){return null!=MAX_TEXTURE_SIZE?MAX_TEXTUR... function getChannelsPerTexture (line 1) | function getChannelsPerTexture(){return ENV.get("WEBGL_FLOAT_TEXTURE_ENA... function createTexture (line 1) | function createTexture(e){return throwIfNull(e,function(){return e.creat... function validateTextureSize (line 1) | function validateTextureSize(e,t,r){var n=queryMaxTextureSize(e);if(t<=0... function createFramebuffer (line 1) | function createFramebuffer(e){return throwIfNull(e,function(){return e.c... function bindVertexBufferToProgramAttribute (line 1) | function bindVertexBufferToProgramAttribute(e,t,r,n,a,o,i){var s=e.getAt... function bindTextureUnit (line 1) | function bindTextureUnit(e,t,r){validateTextureUnit(e,r),callAndCheck(e,... function unbindTextureUnit (line 1) | function unbindTextureUnit(e,t){validateTextureUnit(e,t),callAndCheck(e,... function getProgramUniformLocationOrThrow (line 1) | function getProgramUniformLocationOrThrow(e,t,r){return throwIfNull(e,fu... function getProgramUniformLocation (line 1) | function getProgramUniformLocation(e,t,r){return e.getUniformLocation(t,r)} function bindTextureToProgramUniformSampler (line 1) | function bindTextureToProgramUniformSampler(e,t,r,n,a){callAndCheck(e,fu... function bindCanvasToFramebuffer (line 1) | function bindCanvasToFramebuffer(e){callAndCheck(e,function(){return e.b... function bindColorTextureToFramebuffer (line 1) | function bindColorTextureToFramebuffer(e,t,r){callAndCheck(e,function(){... function unbindColorTextureFromFramebuffer (line 1) | function unbindColorTextureFromFramebuffer(e,t){callAndCheck(e,function(... function validateFramebuffer (line 1) | function validateFramebuffer(e){var t=e.checkFramebufferStatus(e.FRAMEBU... function getFramebufferErrorMessage (line 1) | function getFramebufferErrorMessage(e,t){switch(t){case e.FRAMEBUFFER_IN... function throwIfNull (line 1) | function throwIfNull(e,t,r){var n=callAndCheck(e,function(){return t()})... function validateTextureUnit (line 1) | function validateTextureUnit(e,t){var r=e.MAX_COMBINED_TEXTURE_IMAGE_UNI... function getTextureShapeFromLogicalShape (line 1) | function getTextureShapeFromLogicalShape(e,t){2!==t.length&&(t=squeezeSh... function getWebGLContextAttributes (line 1) | function getWebGLContextAttributes(){return{alpha:!1,antialias:!1,premul... function createWebGLContext (line 1) | function createWebGLContext(e){var t,r=getWebGLContextAttributes();retur... function createVertexShader$1 (line 1) | function createVertexShader$1(e){return createVertexShader(e,"\n prec... function createVertexBuffer (line 1) | function createVertexBuffer(e){return createStaticVertexBuffer(e,new Flo... function createIndexBuffer (line 1) | function createIndexBuffer(e){return createStaticIndexBuffer(e,new Uint1... function getTextureInternalFormat (line 1) | function getTextureInternalFormat(e,t){return ENV.get("WEBGL_FLOAT_TEXTU... function getTextureFormat (line 1) | function getTextureFormat(e,t){return ENV.get("WEBGL_FLOAT_TEXTURE_ENABL... function getTextureType (line 1) | function getTextureType(e){return ENV.get("WEBGL_FLOAT_TEXTURE_ENABLED")... function createAndConfigureTexture (line 1) | function createAndConfigureTexture(e,t,r,n){validateTextureSize(e,t,r);v... function createMatrixTexture (line 1) | function createMatrixTexture(e,t,r){var n=getUnpackedMatrixTextureShapeW... function createColorMatrixTexture (line 1) | function createColorMatrixTexture(e,t,r){var n=getColorMatrixTextureShap... function createPackedMatrixTexture (line 1) | function createPackedMatrixTexture(e,t,r){var n=getPackedMatrixTextureSh... function bindVertexProgramAttributeStreams (line 1) | function bindVertexProgramAttributeStreams(e,t,r){return callAndCheck(e,... function uploadPixelDataToTexture (line 1) | function uploadPixelDataToTexture(e,t,r){callAndCheck(e,function(){retur... function uploadDataToTexture (line 1) | function uploadDataToTexture(e,t,r,n,a,o){var i=getTextureFormat(e,o);va... function uploadMatrixToTexture (line 1) | function uploadMatrixToTexture(e,t,r,n,a,o){var i,s=getUnpackedMatrixTex... function uploadMatrixToPackedTexture (line 1) | function uploadMatrixToPackedTexture(e,t,r,n,a){var o=getPackedMatrixTex... function getDownloadTargetArrayBuffer (line 1) | function getDownloadTargetArrayBuffer(e,t,r){var n=ENV.get("WEBGL_FLOAT_... function decodeDownloadTargetArrayBuffer (line 1) | function decodeDownloadTargetArrayBuffer(e,t,r,n){if(ENV.get("WEBGL_FLOA... function downloadMatrixFromOutputTextureAsync (line 1) | function downloadMatrixFromOutputTextureAsync(e,t,r,n){return __awaiter$... function downloadMatrixFromOutputTexture (line 1) | function downloadMatrixFromOutputTexture(e,t,r){var n=getUnpackedMatrixT... function downloadMatrixFromRGBAColorTexture (line 1) | function downloadMatrixFromRGBAColorTexture(e,t,r,n){var a=t*r*4,o=new U... function downloadMatrixFromPackedOutputTexture (line 1) | function downloadMatrixFromPackedOutputTexture(e,t,r){var n=getPackedMat... function binSearchLastTrue (line 1) | function binSearchLastTrue(e){for(var t=0,r=e.length-1,n=-1;t<=r;){var a... function shouldUploadNaNUniform (line 1) | function shouldUploadNaNUniform(){return!ENV.get("WEBGL_FLOAT_TEXTURE_EN... function compileProgram (line 1) | function compileProgram(e,t,r,n){for(var a=t.userCode,o=r.map(function(e... function validateBinaryAndProgram (line 1) | function validateBinaryAndProgram(e,t){if(e.length!==t.length)throw Erro... function runProgram (line 1) | function runProgram(e,t,r,n){validateBinaryAndProgram(e.inShapeInfos,t),... function makeShaderKey (line 1) | function makeShaderKey(e,t,r){var n="";t.concat(r).forEach(function(e){n... function getCoords$1 (line 1) | function getCoords$1(e){if(1===e)return"sourceLoc";if(2===e)return"sourc... function getKeyFromTextureShape (line 1) | function getKeyFromTextureShape(e,t){return e[0]+"_"+e[1]+"_"+t} function getSourceCoords$1 (line 1) | function getSourceCoords$1(e){var t=e.length;if(t>5)throw Error("Tile fo... function getSwitchedCoords (line 1) | function getSwitchedCoords(e){var t=e.length;if(t>5)throw Error("Transpo... function STEP (line 1) | function STEP(e){return void 0===e&&(e=0),CHECK_NAN_SNIPPET$1+"\n ret... function float32ToTypedArray (line 1) | function float32ToTypedArray(e,t){if("float32"===t)return e;if("int32"==... function typedArrayToFloat32 (line 1) | function typedArrayToFloat32(e,t){return e instanceof Float32Array?e:new... function encodeWeights (line 1) | function encodeWeights(e){return __awaiter$7(this,void 0,void 0,function... function decodeWeights (line 1) | function decodeWeights(e,t){for(var r={},n=0,a=0,o=t;at?1:0} function reverseNumberCompare (line 1) | function reverseNumberCompare(e,t){return-1*numberCompare(e,t)} function stringToDType (line 1) | function stringToDType(e){switch(e){case"float32":return"float32";defaul... function unique (line 1) | function unique(e){if(null==e)return e;for(var t=[],r=0,n=e;r0)&&(t=e.sourceL... function loadTensor (line 1) | function loadTensor(e,t,r){var n=stringToDType(e);return Tensor.make(t,{... function preprocessWeightsForLoading (line 1) | function preprocessWeightsForLoading(e,t,r,n){if(!r.startsWith("2."))thr... function loadWeightsFromNamedTensorMap (line 1) | function loadWeightsFromNamedTensorMap(e,t){for(var r={},n=0,a=0,o=t;a=e&&(a=e)... function sliceArrays (line 1) | function sliceArrays(e,t,r){return null==e?[null]:Array.isArray(e)?e.map... function sliceArraysByIndices (line 1) | function sliceArraysByIndices(e,t){return tidy(function(){return null==e... function checkInputData (line 1) | function checkInputData(e,t,r,n,a){void 0===n&&(n=!0),void 0===a&&(a="")... function collectMetrics (line 1) | function collectMetrics(e,t){if(null==e||Array.isArray(e)&&0===e.length)... function checkFanMode (line 1) | function checkFanMode(e){checkStringTypeUnionValue(VALID_FAN_MODE_VALUES... function checkDistribution (line 1) | function checkDistribution(e){checkStringTypeUnionValue(VALID_DISTRIBUTI... function computeFans (line 1) | function computeFans(e,t){void 0===t&&(t="channelsLast");var r,n;if(chec... function deserializeInitializer (line 1) | function deserializeInitializer(e,t){return void 0===t&&(t={}),deseriali... function serializeInitializer (line 1) | function serializeInitializer(e){return serializeKerasObject(e)} function getInitializer (line 1) | function getInitializer(e){if("string"==typeof e){var t=e in INITIALIZER... function serializeActivation (line 1) | function serializeActivation(e){return e.getClassName()} function deserializeActivation (line 1) | function deserializeActivation(e,t){return void 0===t&&(t={}),deserializ... function getActivation (line 1) | function getActivation(e){if(null==e)return deserializeActivation(t={cla... function l1 (line 1) | function l1(e){return new L1L2({l1:null!=e?e.l1:null,l2:0})} function l2 (line 1) | function l2(e){return new L1L2({l2:null!=e?e.l2:null,l1:0})} function serializeRegularizer (line 1) | function serializeRegularizer(e){return serializeKerasObject(e)} function deserializeRegularizer (line 1) | function deserializeRegularizer(e,t){return void 0===t&&(t={}),deseriali... function getRegularizer (line 1) | function getRegularizer(e){return null==e?null:"string"==typeof e?deseri... function normalizeArray (line 1) | function normalizeArray(e,t,r){if("number"==typeof e)return pyListRepeat... function convOutputLength (line 1) | function convOutputLength(e,t,r,n,a){if(void 0===a&&(a=1),null==e)return... function deconvLength (line 1) | function deconvLength(e,t,r,n){if(null==e)return null;if("valid"===n)e=e... function preprocessConv2DInput (line 1) | function preprocessConv2DInput(e,t){return tidy(function(){return checkD... function conv1dWithBias (line 1) | function conv1dWithBias(e,t,r,n,a,o,i){return void 0===n&&(n=1),void 0==... function conv2dWithBias (line 1) | function conv2dWithBias(e,t,r,n,a,o,i){return void 0===n&&(n=[1,1]),void... function depthwiseConv2d$1 (line 1) | function depthwiseConv2d$1(e,t,r,n,a,o){return void 0===r&&(r=[1,1]),voi... function batchNormalization$1 (line 1) | function batchNormalization$1(e,t,r,n,a,o){void 0===o&&(o=.001);var i;if... function regularNormalizeBatchInTraining (line 1) | function regularNormalizeBatchInTraining(e,t,r,n,a){return void 0===a&&(... function broadcastNormalizeBatchInTraining (line 1) | function broadcastNormalizeBatchInTraining(e,t,r,n,a){return void 0===a&... function normalizeBatchInTraining (line 1) | function normalizeBatchInTraining(e,t,r,n,a){return void 0===a&&(a=.001)... function spatial2dPadding (line 1) | function spatial2dPadding(e,t,r){return tidy(function(){if(4!==e.rank)th... function pool2d (line 1) | function pool2d(e,t,r,n,a,o){return tidy(function(){checkDataFormat(a),c... function rnn (line 1) | function rnn(e,t,r,n,a,o,i,s){void 0===n&&(n=!1),void 0===i&&(i=!1);var ... function checkBidirectionalMergeMode (line 1) | function checkBidirectionalMergeMode(e){checkStringTypeUnionValue(VALID_... function loadModelInternal (line 1) | function loadModelInternal(e){return __awaiter$16(this,void 0,void 0,fun... function loadModelFromIOHandler (line 1) | function loadModelFromIOHandler(e,t){return __awaiter$16(this,void 0,voi... function hasOwnProperty (line 1) | function hasOwnProperty(e,t){return Object.prototype.hasOwnProperty.call... function Url (line 1) | function Url(){this.protocol=null,this.slashes=null,this.auth=null,this.... function urlParse (line 1) | function urlParse(e,t,r){if(e&&util$1.isObject(e)&&e instanceof Url)retu... function urlFormat (line 1) | function urlFormat(e){return util$1.isString(e)&&(e=urlParse(e)),e insta... function asPromise (line 1) | function asPromise(e,t){for(var r=new Array(arguments.length-1),n=0,a=2,... function EventEmitter (line 1) | function EventEmitter(){this._listeners={}} function factory (line 1) | function factory(e){return"undefined"!=typeof Float32Array?function(){fu... function writeUintLE (line 1) | function writeUintLE(e,t,r){t[r]=255&e,t[r+1]=e>>>8&255,t[r+2]=e>>>16&25... function writeUintBE (line 1) | function writeUintBE(e,t,r){t[r]=e>>>24,t[r+1]=e>>>16&255,t[r+2]=e>>>8&2... function readUintLE (line 1) | function readUintLE(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0} function readUintBE (line 1) | function readUintBE(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0} function inquire (line 1) | function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))... function pool (line 1) | function pool(e,t,r){var n=r||8192,a=n>>>1,o=null,i=n;return function(r)... function LongBits (line 1) | function LongBits(e,t){this.lo=e>>>0,this.hi=t>>>0} function Op (line 1) | function Op(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r} function noop (line 1) | function noop(){} function State (line 1) | function State(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.... function Writer (line 1) | function Writer(){this.len=0,this.head=new Op(noop,0,0),this.tail=this.h... function writeByte (line 1) | function writeByte(e,t,r){t[r]=255&e} function writeVarint32 (line 1) | function writeVarint32(e,t,r){for(;e>127;)t[r++]=127&e|128,e>>>=7;t[r]=e} function VarintOp (line 1) | function VarintOp(e,t){this.len=e,this.next=void 0,this.val=t} function writeVarint64 (line 1) | function writeVarint64(e,t,r){for(;e.hi;)t[r++]=127&e.lo|128,e.lo=(e.lo>... function writeFixed32 (line 1) | function writeFixed32(e,t,r){t[r]=255&e,t[r+1]=e>>>8&255,t[r+2]=e>>>16&2... function BufferWriter$1 (line 1) | function BufferWriter$1(){writer.call(this)} function writeStringBuffer (line 1) | function writeStringBuffer(e,t,r){e.length<40?minimal.utf8.write(e,t,r):... function indexOutOfRange (line 1) | function indexOutOfRange(e,t){return RangeError("index out of range: "+e... function Reader (line 1) | function Reader(e){this.buf=e,this.pos=0,this.len=e.length} function readLongVarint (line 1) | function readLongVarint(){var e=new LongBits$2(0,0),t=0;if(!(this.len-th... function readFixed32_end (line 1) | function readFixed32_end(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<... function readFixed64 (line 1) | function readFixed64(){if(this.pos+8>this.len)throw indexOutOfRange(this... function BufferReader$1 (line 1) | function BufferReader$1(e){reader.call(this,e)} function Service (line 1) | function Service(e,t,r){if("function"!=typeof e)throw TypeError("rpcImpl... function getParamValue (line 1) | function getParamValue(e,t,r,n){var a=t.params[e];if(a&&void 0!==a.input... function getTensor (line 1) | function getTensor(e,t,r){var n=parseNodeName(e),a=n[0],o=n[1],i=r.curre... function getNodeNameAndIndex (line 1) | function getNodeNameAndIndex(e,t){var r=parseNodeName(e),n=r[0],a=r[1];r... function getNodeNameWithContextId (line 1) | function getNodeNameWithContextId(e,t){return t?e+"-"+t:e} function parseNodeName (line 1) | function parseNodeName(e){var t=e.lastIndexOf(":");return-1===t?[e,0]:[e... function split$1 (line 1) | function split$1(e,t){for(var r=[],n=0;n>>2;return... function a (line 1) | function a(e,t){return t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t.v=e.v,t.d=e.d,t} function o (line 1) | function o(e,t){var r=new n(e),o=t&&t.state,i=function(){return(r.next()... function n (line 1) | function n(e){var t=this;t.next=function(){var e,r,n=t.x,a=t.i;return e=... function a (line 1) | function a(e,t){return t.x=e.x.slice(),t.i=e.i,t} function o (line 1) | function o(e,t){null==e&&(e=+new Date);var r=new n(e),o=t&&t.state,i=fun... function n (line 1) | function n(e){var t=this;t.next=function(){var e,r,n=t.w,a=t.X,o=t.i;ret... function a (line 1) | function a(e,t){return t.i=e.i,t.w=e.w,t.X=e.X.slice(),t} function o (line 1) | function o(e,t){null==e&&(e=+new Date);var r=new n(e),o=t&&t.state,i=fun... function n (line 1) | function n(e){var t=this,r="";t.next=function(){var e=t.b,r=t.c,n=t.d,a=... function a (line 1) | function a(e,t){return t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t} function o (line 1) | function o(e,t){var r=new n(e),o=t&&t.state,i=function(){return(r.next()... function n (line 1) | function n(e,n,c){var p=[],v=s(i((n=1==n?{entropy:!0}:n||{}).entropy?[e,... function a (line 1) | function a(e){var t,r=e.length,n=this,a=0,o=n.i=n.j=0,i=n.S=[];for(r||(e... function o (line 1) | function o(e,t){return t.i=e.i,t.j=e.j,t.S=e.S.slice(),t} function i (line 1) | function i(e,t){var r,n=[],a=typeof e;if(t&&"object"==a)for(r in e)try{n... function s (line 1) | function s(e,t){for(var r,n=e+"",a=0;a1&&(n=r[0]+"@",e... function i (line 1) | function i(e){for(var t,r,n=[],a=0,o=e.length;a65535&&(t+=k((e-=... function u (line 1) | function u(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:b} function l (line 1) | function l(e,t){return e+22+75*(e<26)-((0!=t)<<5)} function c (line 1) | function c(e,t,r){var n=0;for(e=r?C(e/S):e>>1,e+=C(e/t);e>R*w>>1;n+=b)e=... function p (line 1) | function p(e){var t,r,a,o,i,l,p,d,h,f,m=[],g=e.length,y=0,_=A,S=N;for((r... function d (line 1) | function d(e){var t,r,a,o,s,u,p,d,h,f,m,g,y,_,S,T=[];for(g=(e=i(e)).leng... function r (line 1) | function r(e,t,r){for(var n=Object.keys(t),a=0;a