Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ functions
Functions
117,897 in github.com/DeepRec-AI/DeepRec
⨍
Functions
117,897
◇
Types & classes
21,266
↳
Endpoints
580
↓ 12,691 callers
Method
constant
(ExecutionEnvironment env, String name, Object value)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:53
↓ 7,917 callers
Method
evaluate
Returns the loss value & metrics values for the model in test mode. Computation is done in batches. Arguments: x: Input data. It cou
tensorflow/python/keras/engine/training.py:729
↓ 7,459 callers
Method
Attr
tensorflow/compiler/jit/node_matchers.cc:500
↓ 7,130 callers
Method
Input
tensorflow/core/common_runtime/direct_session_test.cc:2568
↓ 7,042 callers
Method
name
Returns the full name of the Operation.
tensorflow/java/src/main/java/org/tensorflow/Operation.java:27
↓ 6,781 callers
Function
InvalidArgument
tensorflow/compiler/xla/util.h:246
↓ 5,937 callers
Method
input
tensorflow/core/framework/op_kernel.cc:351
↓ 5,419 callers
Method
WithOpName
tensorflow/cc/framework/scope.h:121
↓ 5,061 callers
Method
AddInstruction
tensorflow/compiler/xla/service/hlo_parser.cc:4163
↓ 4,729 callers
Method
shape
(self)
tensorflow/contrib/labeled_tensor/python/ops/core.py:367
↓ 4,721 callers
Method
assertAllEqual
Asserts that two numpy arrays or Tensors have the same values. Args: a: the expected numpy ndarray or anything can be converted to one.
tensorflow/python/framework/test_util.py:2536
↓ 4,687 callers
Function
range
Creates a sequence of numbers. Creates a sequence of numbers that begins at `start` and extends by increments of `delta` up to but not including
tensorflow/python/ops/math_ops.py:1359
↓ 4,074 callers
Method
assertAllClose
Asserts that two structures of numpy arrays or Tensors, have near values. `a` and `b` can be arbitrarily nested structures. A layer of a nested
tensorflow/python/framework/test_util.py:2441
↓ 3,891 callers
Method
shape
tensorflow/compiler/xla/python/tpu_driver/grpc_tpu_driver.cc:103
↓ 3,634 callers
Method
run
(scale, i)
tensorflow/contrib/layers/python/layers/optimizers_test.py:514
↓ 3,437 callers
Function
StrCat
tensorflow/core/lib/strings/strcat.h:197
↓ 3,417 callers
Method
cached_session
Returns a TensorFlow Session for use in executing tests. This method behaves differently than self.session(): for performance reasons `cached
tensorflow/python/framework/test_util.py:2080
↓ 3,202 callers
Method
assertAllEqual
(self, rt, expected)
tensorflow/python/kernel_tests/unicode_encode_op_test.py:36
↓ 3,125 callers
Method
reshape
()
tensorflow/python/framework/tensor_util_test.py:1100
↓ 2,912 callers
Method
run
Runs this operation in a `Session`. Calling this method will execute all preceding operations that produce the inputs needed for this operati
tensorflow/python/framework/ops.py:2423
↓ 2,899 callers
Method
dim_size
tensorflow/core/framework/tensor_shape.cc:320
↓ 2,796 callers
Function
MakeShape
MakeShape returns a Shape with the provided size of each dimension. A value of -1 implies that the size of the corresponding dimension is not known.
tensorflow/go/shape.go:42
↓ 2,796 callers
Method
eval
(self, tensors)
tensorflow/contrib/labeled_tensor/python/ops/test_util.py:29
↓ 2,790 callers
Method
size
tensorflow/core/kernels/data/cache_ops.cc:77
↓ 2,759 callers
Method
Graph
tensorflow/core/graph/graph.cc:376
↓ 2,651 callers
Method
ok
Returns true iff the status indicates success.
tensorflow/core/lib/core/status.h:54
↓ 2,598 callers
Method
get
Get a pseudorandom value.
tensorflow/compiler/xla/tests/test_utils.h:45
↓ 2,516 callers
Method
cached_session
(self)
tensorflow/compiler/tests/xla_test.py:226
↓ 2,463 callers
Method
push_back
Attempts to push value to the back of this. If the slice has already been filled, this method has no effect on the underlying data, but it changes the
tensorflow/core/util/example_proto_fast_parsing.cc:499
↓ 2,424 callers
Method
assertAllClose
(self, array1, array2, rtol=1e-5, atol=1e-5)
tensorflow/contrib/opt/python/training/external_optimizer_test.py:58
↓ 2,395 callers
Method
Output
tensorflow/core/kernels/bcast_ops.cc:57
↓ 2,308 callers
Method
eval
Evaluates this tensor in a `Session`. Calling this method will execute all preceding operations that produce the inputs needed for the operat
tensorflow/python/framework/ops.py:777
↓ 2,281 callers
Method
ones
(value)
tensorflow/compiler/tests/eager_test.py:201
↓ 2,260 callers
Method
push_back
tensorflow/compiler/xla/shape_util.h:78
↓ 2,257 callers
Method
as_default
Returns a context manager that makes this `Graph` the default graph. This method should be used if you want to create multiple graphs in the
tensorflow/python/framework/ops.py:3840
↓ 2,253 callers
Method
format
Methods for accessing the format.
tensorflow/compiler/xla/layout.h:165
↓ 2,195 callers
Method
data
tensorflow/core/kernels/cuda_solvers.h:379
↓ 2,195 callers
Method
join
Blocks until the server has shut down. This method currently blocks forever. Raises: tf.errors.OpError: Or one of its subclasses if an
tensorflow/python/training/server_lib.py:175
↓ 2,188 callers
Method
GetAttr
tensorflow/core/framework/op_kernel.h:1612
↓ 2,082 callers
Function
TestName
tensorflow/compiler/xla/service/hlo_graph_dumper_test.cc:37
↓ 1,828 callers
Method
append
(self, callback)
tensorflow/python/keras/callbacks.py:208
↓ 1,768 callers
Method
Device
tensorflow/core/common_runtime/device.cc:26
↓ 1,757 callers
Method
find
tensorflow/core/lib/gtl/flatmap.h:219
↓ 1,734 callers
Method
at
tensorflow/core/framework/op_kernel.h:1749
↓ 1,695 callers
Method
emplace_back
tensorflow/core/kernels/data/cache_ops.cc:72
↓ 1,658 callers
Method
placeholder
(rank)
tensorflow/python/kernel_tests/tridiagonal_solve_op_test.py:454
↓ 1,643 callers
Method
end
tensorflow/core/graph/edgeset.h:167
↓ 1,643 callers
Method
main
(String[] args)
tensorflow/tools/lib_package/LibTensorFlowTest.java:21
↓ 1,617 callers
Method
as_list
(self)
tensorflow/python/keras/utils/tf_utils.py:240
↓ 1,611 callers
Method
name_scope
Returns a context manager that creates hierarchical names for operations. A graph maintains a stack of name scopes. A `with name_scope(...):`
tensorflow/python/framework/ops.py:4051
↓ 1,586 callers
Method
size
tensorflow/core/graph/edgeset.h:134
↓ 1,558 callers
Method
push_back
tensorflow/compiler/xla/service/hlo_module_group.cc:98
↓ 1,522 callers
Method
add_argument
tensorflow/stream_executor/kernel.h:405
↓ 1,508 callers
Method
Variable
tensorflow/java/src/gen/cc/java_defs.h:211
↓ 1,497 callers
Method
size
tensorflow/compiler/xla/service/tuple_points_to_analysis.cc:72
↓ 1,467 callers
Method
device
tensorflow/core/common_runtime/function.cc:280
↓ 1,459 callers
Function
GetOutput
tensorflow/lite/kernels/kernel_util.h:49
↓ 1,456 callers
Method
variable_scope
Returns the variable scope object created by this Template.
tensorflow/python/ops/template.py:406
↓ 1,432 callers
Function
FakeInput
tensorflow/core/framework/fake_input.h:34
↓ 1,428 callers
Method
get
tensorflow/core/kernels/data/iterator_ops.cc:239
↓ 1,423 callers
Method
set_output
tensorflow/core/framework/op_kernel.cc:857
↓ 1,406 callers
Method
get_shape
Alias of Tensor.shape.
tensorflow/python/framework/ops.py:580
↓ 1,378 callers
Method
append
Add an error to the collection. Args: full_name: The path to the file in which the error occurred. message: The message to display wi
tensorflow/tools/docs/parser.py:81
↓ 1,363 callers
Function
max
Maximum value in a tensor. Arguments: x: A tensor or variable. axis: An integer, the axis to find maximum values. keepdims: A boo
tensorflow/python/keras/backend.py:1847
↓ 1,343 callers
Method
insert
tensorflow/core/graph/edgeset.cc:20
↓ 1,335 callers
Method
cast
Return p or (1-p).
tensorflow/python/ops/init_ops.py:1099
↓ 1,324 callers
Method
operand
tensorflow/compiler/xla/service/hlo_instruction.cc:1802
↓ 1,323 callers
Method
root_instruction
Return the root instruction of the computation. The root instruction is the instruction which produces the output of the computation.
tensorflow/compiler/xla/service/hlo_computation.h:189
↓ 1,307 callers
Function
NDef
Helper to construct a NodeDef.
tensorflow/core/framework/function_testlib.cc:48
↓ 1,300 callers
Method
placeholder
(Graph g, String name, Class<T> type)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:63
↓ 1,297 callers
Method
opcode
Returns the opcode for this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:1006
↓ 1,285 callers
Method
dims
\brief Convenience accessor for the tensor shape. For all shape accessors, see comments for relevant methods of `TensorShape` in `tensor_shape.h`.
tensorflow/core/framework/tensor.h:262
↓ 1,260 callers
Method
DebugString
tensorflow/core/kernels/stack.cc:99
↓ 1,256 callers
Method
Output
Output returns the i-th output of op.
tensorflow/go/operation.go:70
↓ 1,254 callers
Method
Session
tensorflow/core/common_runtime/session.cc:34
↓ 1,250 callers
Method
dimension
Returns the bound of the tile in the given dimension index.
tensorflow/compiler/xla/layout.h:53
↓ 1,226 callers
Method
op
tensorflow/core/framework/shape_inference.cc:224
↓ 1,221 callers
Function
Internal
tensorflow/compiler/xla/util.h:297
↓ 1,203 callers
Method
WithRank
tensorflow/core/framework/shape_inference.cc:368
↓ 1,183 callers
Method
push_back
tensorflow/lite/experimental/micro/examples/micro_speech/recognize_commands.h:60
↓ 1,178 callers
Method
Input
tensorflow/compiler/tf2xla/xla_op_kernel.cc:80
↓ 1,176 callers
Method
append
add a new edge
tensorflow/core/graph/template_base.h:90
↓ 1,172 callers
Method
attr
tensorflow/core/grappler/optimizers/function_optimizer.cc:118
↓ 1,172 callers
Method
executing_eagerly
Returns True if current thread has eager executing enabled.
tensorflow/python/eager/context.py:656
↓ 1,153 callers
Method
get
tensorflow/core/lib/core/bitmap.h:88
↓ 1,152 callers
Function
Default
tensorflow/cc/profiler/profiler_test.cc:58
↓ 1,146 callers
Method
size
tensorflow/lite/toco/import_tensorflow.cc:310
↓ 1,134 callers
Method
c_str
tensorflow/core/platform/tstring.h:148
↓ 1,129 callers
Method
NumElements
tensorflow/core/framework/model.cc:734
↓ 1,116 callers
Method
concat
Return the values in the TensorArray as a concatenated `Tensor`. All of the values must have been written, their ranks must match, and and th
tensorflow/python/ops/tensor_array_ops.py:1117
↓ 1,096 callers
Method
getType
tensorflow/compiler/tf2tensorrt/utils/trt_tensor_proxy.h:220
↓ 1,093 callers
Function
StrAppend
tensorflow/core/lib/strings/strcat.h:234
↓ 1,076 callers
Method
control_dependencies
Returns a context manager that specifies control dependencies. Use with the `with` keyword to specify that all operations constructed within
tensorflow/python/framework/ops.py:4639
↓ 1,058 callers
Method
assertEquals
Asserts that ProtoEq says a == b.
tensorflow/python/util/protobuf/compare_test.py:52
↓ 1,054 callers
Function
Const
tensorflow/compiler/jit/node_matchers.cc:520
↓ 1,051 callers
Method
evaluate
Evaluates tensors and returns numpy values. Args: tensors: A Tensor or a nested list/tuple of Tensors. Returns: tensors numpy va
tensorflow/python/framework/test_util.py:2016
↓ 1,035 callers
Method
Err
Err returns the error, if any, encountered during the construction of the Graph managed by s. Once Err returns a non-nil error, all future calls will
tensorflow/go/op/scope.go:159
↓ 1,032 callers
Method
get_shape
Returns the TensorShape that represents the shape of this tensor. See tf.Tensor.get_shape(). Returns: A TensorShape representing the s
tensorflow/contrib/labeled_tensor/python/ops/core.py:374
↓ 1,024 callers
Method
Invoke
tensorflow/lite/kernels/test_util.cc:183
↓ 1,014 callers
Method
assertAllCloseAccordingToType
Like assertAllClose, but also suitable for comparing fp16 arrays. In particular, the tolerance is reduced to 1e-3 if at least one of the argu
tensorflow/python/framework/test_util.py:2469
next →
1–100 of 117,897, ranked by callers