Searched refs:_kernel_label_map (Results 1 – 5 of 5) sorted by relevance
47 return ops.get_default_graph()._kernel_label_map(d) # pylint: disable=protected-access49 return ops.get_default_graph()._kernel_label_map({}) # pylint: disable=protected-access
119 with sess.graph._kernel_label_map({"DepthwiseConv2dNative": "neon"}):211 with sess.graph._kernel_label_map({"DepthwiseConv2dNative": "neon"}):
151 with sess.graph._kernel_label_map({397 with sess.graph._kernel_label_map({
2505 with g._kernel_label_map({"KernelLabelRequired": "overload_1"}):2578 with sess.graph._kernel_label_map({"KernelLabel": "overload_1"}):2580 with sess.graph._kernel_label_map({"KernelLabel": "overload_2"}):2582 with sess.graph._kernel_label_map({"KernelLabel": ""}):
4789 def _kernel_label_map(self, op_to_kernel_label_map): member in Graph