Home
last modified time | relevance | path

Searched refs:_attr_scope (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dannotate_max_batch_sizes_test.py104 with ops.get_default_graph()._attr_scope({
110 with ops.get_default_graph()._attr_scope({
116 with ops.get_default_graph()._attr_scope({
/external/tensorflow/tensorflow/python/compiler/xla/
Djit.py156 with ops.get_default_graph()._attr_scope(attrs):
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer_test.py69 with g._attr_scope(
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py355 with ops.get_default_graph()._attr_scope(attrs): # pylint: disable=protected-access
Dvariables.py1795 with ops.get_default_graph()._attr_scope({"_class": attr}):
Dresource_variable_ops.py1712 with ops.get_default_graph()._attr_scope({"_class": attr}):
/external/tensorflow/tensorflow/python/framework/
Dops_test.py3065 with sess.graph._attr_scope({
3069 with sess.graph._attr_scope({
3074 with sess.graph._attr_scope({
Dops.py4844 def _attr_scope(self, attr_map): member in Graph
/external/tensorflow/tensorflow/python/client/
Dsession_test.py1174 with graph._attr_scope({'_a': attr_value_pb2.AttrValue(b=False)}):