OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Inputs
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/python/ops/
nn_xent_test.py
47
def
_Inputs
(self, x=None, y=None, dtype=dtypes.float64, sizes=None):
60
logits, targets, _ = self.
_Inputs
()
69
logits, targets, losses = self.
_Inputs
(dtype=dtype)
80
logits, targets, losses = self.
_Inputs
(dtype=dtype, sizes=[2, 2, 2])
91
logits, targets, _ = self.
_Inputs
(sizes=sizes)
126
def
_Inputs
(self, x=None, y=None, q=3.0, dtype=dtypes.float64, sizes=None):
139
logits, targets, pos_weight, _ = self.
_Inputs
()
147
logits, targets, pos_weight, losses = self.
_Inputs
(dtype=dtypes.float32)
157
logits, targets, pos_weight, losses = self.
_Inputs
(
169
logits, targets, pos_weight, _ = self.
_Inputs
(sizes=sizes
[
all
...]
gradients_util.py
495
return [t for t in
_Inputs
(op, xs) if not isinstance(t, ops.EagerTensor)]
500
def
_Inputs
(op, xs):
751
in_grads = [None] * len(
_Inputs
(op, xs))
754
for i, (t_in, in_grad) in enumerate(zip(
_Inputs
(op, xs), in_grads)):
[
all
...]
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_estimator.py
28
from tensorflow.python.tpu.tpu_estimator import
_Inputs
/external/tensorflow/tensorflow/python/tpu/
tpu_estimator.py
747
inputs =
_Inputs
.from_input_fn(input_fn(user_context))
784
inputs =
_Inputs
.from_input_fn(input_fn(user_context))
[
all
...]
Completed in 82 milliseconds