MCPcopy Create free account

hub / github.com/coderSkyChen/Action_Recognition_Zoo / functions

Functions2,338 in github.com/coderSkyChen/Action_Recognition_Zoo

↓ 7 callersMethodtype
Returns feature type for an element in the feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:88
↓ 6 callersMethodDebugString
model_zoo/models/syntaxnet/syntaxnet/workspace.cc:22
↓ 6 callersMethodGetNextGoldAction
Returns the next gold action for a given state according to the underlying annotated sentence.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:190
↓ 6 callersFunctionIsValidCodepoint
Returns true if 'c' is in the range [0, 0xD800) or [0xE000, 0x10FFFF] (i.e., is not a surrogate codepoint). See also IsValidCodepoint(const char* src)
model_zoo/models/syntaxnet/util/utf8/unilib_utf8_utils.h:31
↓ 6 callersMethodNewTransitionState
Returns a new transition state that can be used to put additional information in a parser state. By specifying if we are in training_mode (true) or no
model_zoo/models/syntaxnet/syntaxnet/parser_transitions.h:160
↓ 6 callersMethodPerformActionWithoutHistory
Makes a shift by pushing the next input token on the stack and moving to the next position.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:205
↓ 6 callersMethodPreprocess
Runs ComputeValue for each token in the sentence.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:157
↓ 6 callersMethodRead
model_zoo/models/syntaxnet/syntaxnet/affix.cc:73
↓ 6 callersMethodReset
model_zoo/models/syntaxnet/syntaxnet/affix.cc:62
↓ 6 callersMethod_GetLayerName
Generates a name for the op, using a user-supplied name if possible. Args: op_str: String representing the parsed op. index:
model_zoo/models/street/python/vgslspecs.py:504
↓ 6 callersFunction_bytes_feature
Wrapper for inserting bytes features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:172
↓ 6 callersFunction_two_element_tuple
Converts `int_or_tuple` to height, width. Several of the functions that follow accept arguments as either a tuple of 2 integers or a single integ
model_zoo/models/inception/inception/slim/ops.py:135
↓ 6 callersMethodbuild
Creates all ops for training and evaluation.
model_zoo/models/im2txt/im2txt/show_and_tell_model.py:350
↓ 6 callersMethodcaching_device
Returns the device to use for caching variables. Variables are cached on the worker CPU when using replicas. Returns: A device string
model_zoo/models/slim/deployment/model_deploy.py:567
↓ 6 callersMethodclear
This implementation of clear() deallocates the buffer if we're an owner. That's not strictly necessary; we could just set size_ to 0.
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:134
↓ 6 callersMethoddata_files
Returns a python list of all (sharded) data subset files. Returns: python list of all (sharded) data set files. Raises: ValueErro
model_zoo/models/inception/inception/dataset.py:76
↓ 6 callersFunctiondistance
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:43
↓ 6 callersMethodlabel
(self)
dataset.py:28
↓ 6 callersMethodsize
model_zoo/models/syntaxnet/syntaxnet/workspace.h:188
↓ 6 callersFunctiontest_conv2d
(module, name)
model_zoo/inceptionv4/pytorch_load.py:393
↓ 6 callersFunctionweight_variable
Helper function to create a weight variable initialized with a normal distribution Parameters ---------- shape : list Size of
model_zoo/models/transformer/tf_utils.py:97
↓ 5 callersMethodClear
model_zoo/models/syntaxnet/syntaxnet/shared_store.cc:55
↓ 5 callersMethodFeatureSize
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops.cc:503
↓ 5 callersMethodGetLengths
Returns the lengths of the batch of elements in the given dimension. WARNING: The returned sizes may not exactly match TF's calculation. Args
model_zoo/models/street/python/vgslspecs.py:125
↓ 5 callersFunctionGetUTF8Chars
model_zoo/models/syntaxnet/syntaxnet/sentence_features.cc:86
↓ 5 callersMethodGoldHead
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:205
↓ 5 callersMethodLookupIndex
Returns the term index or the unknown value. Used inside GetTokenIndex() specializations for convenience.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.h:257
↓ 5 callersMethodNumTokens
Returns the number of tokens in the sentence.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:71
↓ 5 callersMethodPointTo
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:155
↓ 5 callersMethodTrain
(self, **kwargs)
model_zoo/models/syntaxnet/syntaxnet/beam_reader_ops_test.py:102
↓ 5 callersMethod_AddParam
Add a model parameter w.r.t. we expect to compute gradients. _AddParam creates both regular parameters (usually for training) and averaged no
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:213
↓ 5 callersMethod_BuildNetwork
Builds a feed-forward part of the net given features as input. The network topology is already defined in the constructor, so multiple calls
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:306
↓ 5 callersMethod_CodesFromCTC
Collapses CTC output to regular output. Args: ctc_labels: List of class labels including null characters to remove. merge_dups: If Tr
model_zoo/models/street/python/decoder.py:206
↓ 5 callersFunction_bytes_feature
Wrapper for inserting bytes features into Example proto.
model_zoo/models/inception/inception/data/build_image_data.py:114
↓ 5 callersFunction_get_arg_stack
()
model_zoo/models/inception/inception/slim/scopes.py:63
↓ 5 callersFunction_int64_feature
Wrapper for inserting int64 features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:158
↓ 5 callersFunction_rand
(*size)
model_zoo/models/street/python/vgsl_model_test.py:28
↓ 5 callersFunctionbias_variable
Helper function to create a bias variable initialized with a constant value. Parameters ---------- shape : list Size of weight
model_zoo/models/transformer/tf_utils.py:110
↓ 5 callersMethoddecode
Convert a list of ids to a sentence, with space inserted.
model_zoo/models/lm_1b/data_utils.py:83
↓ 5 callersMethoddecode_jpeg
(self, encoded_jpeg)
model_zoo/models/im2txt/im2txt/data/build_mscoco_data.py:174
↓ 5 callersFunctionimage_whitening
Subtracts mean of image and divides by adjusted standard variance (for stability). Operations are per image but performed for the entire array.
model_zoo/models/differential_privacy/multiple_teachers/input.py:89
↓ 5 callersFunctionis_date
(word)
model_zoo/models/neural_programmer/wiki_data.py:184
↓ 5 callersFunctionmaybe_download
Download a set of files in temporary local folder :param directory: the directory where to download :return: a tuple of filepaths correspondin
model_zoo/models/differential_privacy/multiple_teachers/input.py:47
↓ 5 callersFunctionprint_out
Print a message out and log it to file.
model_zoo/models/neural_gpu/data_utils.py:255
↓ 5 callersMethodreserve
Reserves space in the underlying feature vector.
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:85
↓ 5 callersMethodstep
Run a step of the network.
model_zoo/models/neural_gpu/neural_gpu.py:290
↓ 5 callersMethodtransition_state
Returns the transition system-specific state.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:170
↓ 4 callersMethodActionAsString
Returns a string representation of a parser action.
model_zoo/models/syntaxnet/syntaxnet/tagger_transitions.cc:222
↓ 4 callersMethodAddSaver
Adds ops to save and restore model parameters. Args: slim_model: whether only averaged variables are saved. Returns: the saver o
model_zoo/models/syntaxnet/syntaxnet/graph_builder.py:550
↓ 4 callersMethodAdvance
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:82
↓ 4 callersMethodBuildLexicon
(self)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:157
↓ 4 callersMethodClone
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:51
↓ 4 callersFunctionComputeErrorRate
Returns a sanitized percent error rate from the raw counts. Prevents div by 0 and clips return to 100%. Args: error_count: Number of errors.
model_zoo/models/street/python/errorcounter.py:107
↓ 4 callersMethodCopy
model_zoo/models/syntaxnet/util/utf8/unicodetext.cc:141
↓ 4 callersMethodExtractFeatures
Extracts features from an object with a focus. This invokes all the top-level feature functions in the feature extractor. Only feature functions belon
model_zoo/models/syntaxnet/syntaxnet/feature_extractor.h:585
↓ 4 callersMethodGetFeatureValueName
model_zoo/models/syntaxnet/syntaxnet/parser_features.cc:38
↓ 4 callersFunctionGetTaskContext
model_zoo/models/syntaxnet/syntaxnet/document_filters.cc:46
↓ 4 callersMethodHead
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:116
↓ 4 callersMethodHoldsFor
model_zoo/models/syntaxnet/syntaxnet/char_properties.cc:232
↓ 4 callersFunctionIsTrailByte
Returns true if this byte is a trailing UTF-8 byte (10xx xxxx)
model_zoo/models/syntaxnet/util/utf8/unilib_utf8_utils.h:58
↓ 4 callersMethodLabelAsString
model_zoo/models/syntaxnet/syntaxnet/parser_state.cc:236
↓ 4 callersMethodLoad
model_zoo/models/syntaxnet/syntaxnet/term_frequency_map.cc:54
↓ 4 callersMethodMakeSparseFeatures
(self, ids, weights)
model_zoo/models/syntaxnet/syntaxnet/graph_builder_test.py:271
↓ 4 callersMethodNumStarts
Returns the number of start tokens that have already been identified. In other words, number of start tokens between the first token of the sentence a
model_zoo/models/syntaxnet/syntaxnet/binary_segment_state.h:67
↓ 4 callersMethodNumValues
Number of unique values.
model_zoo/models/syntaxnet/syntaxnet/sentence_features.h:325
↓ 4 callersFunctionOutputDocuments
Outputs the given batch of sentences as a tensor and deletes them.
model_zoo/models/syntaxnet/syntaxnet/document_filters.cc:57
↓ 4 callersMethodParse
model_zoo/models/syntaxnet/syntaxnet/fml_parser.cc:119
↓ 4 callersMethodPerformAction
model_zoo/models/syntaxnet/syntaxnet/parser_transitions.cc:25
↓ 4 callersMethodPopulate
model_zoo/models/syntaxnet/syntaxnet/populate_test_inputs.cc:45
↓ 4 callersMethodRunAStep
Runs a step for eval in the session. Args: sess: Session in which to run the model. Returns: output tensor result, lab
model_zoo/models/street/python/vgsl_model.py:347
↓ 4 callersMethodTrainAStep
Runs a training step in the session. Args: sess: Session in which to train the model. Returns: loss, global_step.
model_zoo/models/street/python/vgsl_model.py:324
↓ 4 callersMethodValidateDocuments
(self)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:112
↓ 4 callersMethodWriteContext
(self, corpus_format)
model_zoo/models/syntaxnet/syntaxnet/lexicon_builder_test.py:92
↓ 4 callersFunction_AddRateToSummary
Adds the given rate to the summary with the given tag. Args: tag: Name for this value. rate: Value to add to the summary. Perhaps an err
model_zoo/models/street/python/vgsl_model.py:588
↓ 4 callersFunction_LoadModel
Load the model from GraphDef and Checkpoint. Args: gd_file: GraphDef proto text file. ckpt_file: TensorFlow Checkpoint file. Returns:
model_zoo/models/lm_1b/lm_1b_eval.py:73
↓ 4 callersMethod_checkOutputs
Verifies that the model produces expected outputs. Args: expected_shapes: A dict mapping Tensor or Tensor name to expected output s
model_zoo/models/im2txt/im2txt/show_and_tell_model_test.py:90
↓ 4 callersMethod_convert_word_to_char_ids
(self, word)
model_zoo/models/lm_1b/data_utils.py:141
↓ 4 callersFunction_float_feature
Wrapper for inserting float features into Example proto.
model_zoo/models/inception/inception/data/build_imagenet_data.py:165
↓ 4 callersFunction_int64_feature
Wrapper for inserting int64 features into Example proto.
model_zoo/models/inception/inception/data/build_image_data.py:107
↓ 4 callersFunction_int64s
(xs)
model_zoo/models/swivel/prep.py:264
↓ 4 callersFunction_int64s
(xs)
model_zoo/models/swivel/glove_to_shards.py:173
↓ 4 callersMethod_next_device
Round robin the gpu device. (Reserve last gpu for expensive op).
model_zoo/models/textsum/seq2seq_attention_model.py:103
↓ 4 callersFunction_to_np_float64
(v)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:52
↓ 4 callersMethod_verifyParameterCounts
Verifies the number of parameters in the inception model.
model_zoo/models/im2txt/im2txt/ops/image_embedding_test.py:53
↓ 4 callersMethodcalc_total_cost
(self, X)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:41
↓ 4 callersFunctiondump_mixed_5
(name='Mixed_5b')
model_zoo/inceptionv4/tensorflow_dump.py:120
↓ 4 callersMethodform
Returns the textual representation of the affix.
model_zoo/models/syntaxnet/syntaxnet/affix.h:54
↓ 4 callersMethodget_batch
(self, batch_size, num_steps, pad=False, forever=True)
model_zoo/models/lm_1b/data_utils.py:273
↓ 4 callersMethodid
Returns unique id of affix.
model_zoo/models/syntaxnet/syntaxnet/affix.h:51
↓ 4 callersMethodid_to_word
(self, cur_id)
model_zoo/models/lm_1b/data_utils.py:78
↓ 4 callersFunctionintegral_inf_mp
(fn)
model_zoo/models/differential_privacy/privacy_accountant/python/gaussian_moments.py:159
↓ 4 callersMethodis_gold
Gets/sets the flag which says that the state was obtained though gold transitions only.
model_zoo/models/syntaxnet/syntaxnet/parser_state.h:179
↓ 4 callersMethodis_money
(self, word)
model_zoo/models/neural_programmer/wiki_data.py:219
↓ 4 callersFunctionload_mixed_5
(state_dict, name_pth, name_tf)
model_zoo/inceptionv4/pytorch_load.py:297
↓ 4 callersMethodmax_length
Returns the maximum affix length.
model_zoo/models/syntaxnet/syntaxnet/affix.h:130
↓ 4 callersFunctionmulti_test
Run multiple tests at lower batch size to save memory.
model_zoo/models/neural_gpu/neural_gpu_trainer.py:192
↓ 4 callersMethodnext
Returns the next component in the component list.
model_zoo/models/syntaxnet/syntaxnet/registry.h:153
↓ 4 callersMethodpartial_fit
(self, X)
model_zoo/models/autoencoder/autoencoder_models/Autoencoder.py:37
↓ 4 callersMethodrbegin
model_zoo/models/syntaxnet/util/utf8/unicodetext.h:270
↓ 4 callersFunctionresnet_v1
Generator for v1 ResNet models. This function generates a family of ResNet v1 models. See the resnet_v1_*() methods for specific model instantiat
model_zoo/models/slim/nets/resnet_v1.py:115
← previousnext →101–200 of 2,338, ranked by callers