MCPcopy Create free account

hub / github.com/benoitsteiner/tensorflow-opencl / functions

Functions53,736 in github.com/benoitsteiner/tensorflow-opencl

↓ 62 callersMethodglobal_variables
Returns the list of global variables created by the Template.
tensorflow/python/ops/template.py:305
↓ 62 callersMethodlookup
Looks up "name". Args: name: a string specifying the registry key for the candidate. Returns: Registered object if found Rais
tensorflow/python/framework/registry.py:78
↓ 62 callersMethodwith_rank_at_least
Returns a shape based on `self` with at least the given rank. Args: rank: An integer. Returns: A shape that is at least as speci
tensorflow/python/framework/tensor_shape.py:655
↓ 61 callersMethodOpen
tensorflow/core/lib/io/table.cc:41
↓ 61 callersMethodWithValue
tensorflow/core/framework/shape_inference.cc:390
↓ 61 callersMethodapply_gradients
Apply gradients to variables. This is the second part of `minimize()`. It returns an `Operation` that applies gradients. Args: gra
tensorflow/python/training/optimizer.py:461
↓ 61 callersMethoddata
tensorflow/compiler/xla/service/cpu/xfeed_manager_test.cc:43
↓ 61 callersMethoderror
\brief Returns SQLite result code state. This will be SQLITE_OK unless an error happened. If multiple errors happened, only the first error code will
tensorflow/core/lib/db/sqlite.h:99
↓ 61 callersMethodstop_gradient
(self)
tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py:150
↓ 60 callersFunctionAsInt64Slice
xla::int64 is not the same type as tensorflow::protobuf_int64 in open-source. Wrapper function that gives an int64 array slice view of a repeated int6
tensorflow/compiler/xla/util.h:108
↓ 60 callersFunctionAsScalar
tensorflow/core/framework/tensor_testutil.h:31
↓ 60 callersMethodExitOnError
tensorflow/cc/framework/scope.cc:396
↓ 60 callersMethodIsReachable
tensorflow/compiler/xla/service/hlo_reachability.cc:54
↓ 60 callersFunctionIsRefType
tensorflow/core/framework/types.h:121
↓ 60 callersMethodReduce
tensorflow/compiler/xla/client/computation_builder.cc:1408
↓ 60 callersMethodSub
tensorflow/compiler/xla/client/computation_builder.cc:922
↓ 60 callersFunctionTensorFlowSrcRoot
tensorflow/core/platform/posix/test.cc:38
↓ 60 callersMethodThread
tensorflow/core/platform/env.h:356
↓ 60 callersMethodToGraph
tensorflow/core/graph/graph_def_builder.cc:75
↓ 60 callersMethodValueKnown
tensorflow/core/framework/shape_inference.h:352
↓ 60 callersFunctionXTimesTwo
tensorflow/core/framework/function_testlib.cc:77
↓ 60 callersMethodapply
Apply a transformation function to this dataset. `apply` enables chaining of custom `Dataset` transformations, which are represented as funct
tensorflow/contrib/data/python/ops/dataset_ops.py:619
↓ 60 callersMethodcompare
tensorflow/core/lib/core/stringpiece.h:163
↓ 60 callersMethodparse_known_args
(self)
tensorflow/tools/docs/generate_lib.py:455
↓ 60 callersMethodpredict
Yields predictions for given features. Args: input_fn: Input function returning features which is a dictionary of string feature na
tensorflow/python/estimator/estimator.py:366
↓ 60 callersMethodsort
in-place HEAPSORT in Cormen This method destroys the heap property.
tensorflow/core/kernels/topk_op_gpu.cu.cc:192
↓ 60 callersMethodto_apply
tensorflow/compiler/xla/service/hlo_instruction.cc:1655
↓ 59 callersMethodAsDnn
tensorflow/stream_executor/stream_executor_pimpl.cc:381
↓ 59 callersFunctionToHandle
tensorflow/stream_executor/cuda/cuda_dnn.cc:272
↓ 59 callersFunctionsafe_strto32
tensorflow/core/lib/strings/numbers.cc:254
↓ 59 callersMethodstart
Starts this server. Raises: tf.errors.OpError: Or one of its subclasses if an error occurs while starting the TensorFlow server.
tensorflow/python/training/server_lib.py:149
↓ 59 callersMethodstarts_with
Return true iff "x" is a prefix of "*this"
tensorflow/core/lib/core/stringpiece.h:131
↓ 59 callersMethodupdate
Updates the progress bar. Arguments: current: Index of current step. values: List of tuples (name, value_for_last_step).
tensorflow/python/keras/_impl/keras/utils/generic_utils.py:275
↓ 58 callersMethodAccept
tensorflow/compiler/xla/service/hlo_instruction.cc:2376
↓ 58 callersMethodAddNode
tensorflow/core/grappler/costs/virtual_scheduler.h:140
↓ 58 callersMethodCreateFusionInstruction
tensorflow/compiler/xla/service/hlo_computation.cc:455
↓ 58 callersFunctionIOError
tensorflow/core/platform/posix/error.cc:172
↓ 58 callersFunctionMapNamesToNodes
tensorflow/tools/graph_transforms/transform_utils.cc:63
↓ 58 callersFunctionS
tensorflow/core/framework/shape_inference_test.cc:40
↓ 58 callersFunctionUnknown
tensorflow/core/framework/shape_inference_test.cc:44
↓ 58 callersMethoddtype
tensorflow/core/common_runtime/function.cc:69
↓ 58 callersMethodrun_ui
Run the UI until user- or command- triggered exit. Args: init_command: (str) Optional command to run on CLI start up. title: (str) Op
tensorflow/python/debug/cli/base_ui.py:114
↓ 58 callersMethodset_dtype
tensorflow/core/framework/tensor.h:463
↓ 58 callersMethodsize
Returns the size, in bytes, for the backing memory.
tensorflow/stream_executor/device_memory.h:71
↓ 57 callersFunctionByteSizeOf
tensorflow/compiler/xla/service/llvm_ir/llvm_util.cc:510
↓ 57 callersMethodExample
Default constructor creates an empty example.
tensorflow/contrib/boosted_trees/lib/utils/example.h:82
↓ 57 callersFunctionParse
tensorflow/compiler/xla/tools/parser/hlo_parser.cc:690
↓ 57 callersFunctionParseProtoUnlimited
tensorflow/core/platform/protobuf_util.cc:20
↓ 57 callersMethodSerializeAsString
tensorflow/core/framework/resource_handle.cc:46
↓ 57 callersMethod_add_op
(self, ascii)
tensorflow/python/framework/op_def_library_test.py:107
↓ 57 callersMethodbegin
tensorflow/core/common_runtime/executor.cc:1165
↓ 57 callersMethodcreate_estimator_spec
Returns `EstimatorSpec` that a model_fn can return. Please note that, + All args must be passed via name. Args: features: Input `d
tensorflow/python/estimator/canned/head.py:163
↓ 57 callersMethodremove
Removes the registered function corresponding to `token`.
tensorflow/python/ops/script_ops.py:55
↓ 57 callersMethodrestore
Restores previously saved variables. This method runs the ops added by the constructor for restoring variables. It requires a session in whic
tensorflow/python/training/saver.py:1648
↓ 57 callersMethodresult
(self)
tensorflow/contrib/eager/python/metrics_impl.py:256
↓ 57 callersFunctionsize
An op which returns the number of MPI processes. This is equivalent to running `MPI_Comm_size(MPI_COMM_WORLD, ...)` to get the size of the global
tensorflow/contrib/mpi_collectives/mpi_ops.py:62
↓ 57 callersMethodsize
tensorflow/contrib/tensor_forest/kernels/data_spec.h:52
↓ 56 callersFunctionIrName
tensorflow/compiler/xla/service/llvm_ir/llvm_util.cc:443
↓ 56 callersMethodSwap
tensorflow/core/common_runtime/bfc_allocator.h:219
↓ 56 callersFunctionTF_ASSERT_OK_AND_ASSIGN
tensorflow/compiler/xla/service/hlo_ordering_test.cc:66
↓ 56 callersMethodclear
tensorflow/contrib/boosted_trees/lib/utils/example.h:69
↓ 56 callersMethoddata
tensorflow/core/lib/strings/strcat.h:134
↓ 56 callersMethoddevice_type
(self)
tensorflow/python/client/session.py:540
↓ 56 callersMethodenqueue
(enqueue_op)
tensorflow/python/kernel_tests/fifo_queue_test.py:152
↓ 56 callersMethodget_tensors
Get the tensor value from for a debug-dumped tensor. The tensor may be dumped multiple times in the dump root directory, so a list of tensors
tensorflow/python/debug/lib/debug_data.py:1487
↓ 56 callersMethodmap
Maps `map_func` across this datset. Args: map_func: A function mapping a nested structure of tensors (having shapes and types defin
tensorflow/python/data/ops/dataset_ops.py:697
↓ 56 callersMethodset_size
tensorflow/compiler/xla/service/buffer_assignment.h:212
↓ 55 callersFunctionAppendf
tensorflow/core/lib/strings/stringprintf.cc:91
↓ 55 callersMethodDeleteRecursively
tensorflow/core/platform/env.cc:236
↓ 55 callersMethodIgnoreError
tensorflow/core/lib/core/status.cc:115
↓ 55 callersFunctionScalar
tensorflow/core/kernels/training_ops_test.cc:54
↓ 55 callersFunction_apply_op
(g, *args, **kwargs)
tensorflow/python/framework/ops_test.py:145
↓ 55 callersMethodfit
Trains the model for a fixed number of epochs. Arguments: x: input data, as a Numpy array or list of Numpy arrays (if the mod
tensorflow/python/keras/_impl/keras/models.py:770
↓ 55 callersMethodlog_prob
(self, value, name="log_prob", **condition_kwargs)
tensorflow/contrib/distributions/python/ops/conditional_distribution.py:42
↓ 55 callersMethodset_dim
tensorflow/core/framework/tensor_shape.cc:329
↓ 55 callersMethodunique_name
Return a unique operation name for `name`. Note: You rarely need to call `unique_name()` directly. Most of the time you just need to create
tensorflow/python/framework/ops.py:3584
↓ 55 callersMethodvalues
Return the hyperparameter values as a Python dictionary. Returns: A dictionary with hyperparameter names as keys. The values are the
tensorflow/contrib/training/python/training/hparam.py:526
↓ 54 callersFunctionBCast
tensorflow/core/util/bcast_test.cc:26
↓ 54 callersMethodCreate
static */
tensorflow/compiler/jit/xla_device.cc:108
↓ 54 callersMethodDiv
tensorflow/compiler/xla/client/computation_builder.cc:934
↓ 54 callersMethodGetContext
Returns the InferenceContext for 'node', if present.
tensorflow/core/common_runtime/shape_refiner.h:129
↓ 54 callersFunctionHash64
tensorflow/core/lib/hash/hash.h:35
↓ 54 callersFunctionParseTensorName
tensorflow/core/graph/tensor_id.cc:24
↓ 54 callersMethodcompile
Configures the model for training. Arguments: optimizer: String (name of optimizer) or optimizer object. See [optimizers](/op
tensorflow/python/keras/_impl/keras/engine/training.py:566
↓ 54 callersMethodfind
Find dumped tensor data by a certain predicate. Args: predicate: A callable that takes two input arguments: ```python def
tensorflow/python/debug/lib/debug_data.py:1415
↓ 54 callersMethodfrom_tensor_slices
Creates a `Dataset` whose elements are slices of the given tensors. Args: tensors: A nested structure of tensors, each having the same size
tensorflow/python/data/ops/dataset_ops.py:162
↓ 54 callersFunctionfunc
(top)
tensorflow/contrib/graph_editor/util.py:549
↓ 54 callersMethodinput_dtype
tensorflow/core/framework/op_kernel.h:1290
↓ 54 callersMethodis_compatible_with
Returns True if the `other` DType will be converted to this DType. The conversion rules are as follows: ```python DType(T) .is_com
tensorflow/python/framework/dtypes.py:237
↓ 54 callersMethodnode_name
tensorflow/cc/framework/ops.h:237
↓ 54 callersFunctionsafe_strto64
tensorflow/core/lib/strings/numbers.cc:192
↓ 54 callersMethodsample
Generate samples of the specified shape. Note that a call to `sample()` without arguments will generate a single sample. Args: sam
tensorflow/python/ops/distributions/distribution.py:651
↓ 54 callersMethodset_shape
Updates the shape of this tensor. This method can be called multiple times, and will merge the given `shape` with the current shape of this t
tensorflow/python/framework/ops.py:390
↓ 54 callersMethodsummary
Summary of the accumulated runtime stats.
tensorflow/contrib/android/java/org/tensorflow/contrib/android/RunStats.java:46
↓ 53 callersMethodDebugString
tensorflow/core/common_runtime/function.cc:707
↓ 53 callersFunctionStrCat
tensorflow/tools/proto_text/gen_proto_text_functions_lib.cc:37
↓ 53 callersMethodToString
tensorflow/core/profiler/internal/tfprof_options.cc:175
↓ 53 callersFunction_initialize_variables
(test_case, scaffold)
tensorflow/python/estimator/canned/head_test.py:51
↓ 53 callersMethod_sparse_tensor
Generates a SparseTensor. Args: data: Should be a list of list of strings or int64. Each item of the outer list represents a batc
tensorflow/contrib/layers/python/kernel_tests/sparse_feature_cross_op_test.py:406
↓ 53 callersMethod_sparse_tensor
Generates a SparseTensor. Args: data: Should be a list of list of strings or int64. Each item of the outer list represents a batc
tensorflow/python/kernel_tests/sparse_cross_op_test.py:367
← previousnext →601–700 of 53,736, ranked by callers