OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tensor_or_op
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/framework/
constant_op.py
224
def is_constant(
tensor_or_op
):
225
if isinstance(
tensor_or_op
, ops.Tensor):
226
op =
tensor_or_op
.op
228
op =
tensor_or_op
ops.py
[
all
...]
Completed in 191 milliseconds