/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_value.py | 95 return "<tf.RaggedTensorValue %s>" % self.to_list() 101 def to_list(self): member in RaggedTensorValue 104 values_as_list = self._values.to_list()
|
D | ragged_dynamic_partition_op_test.py | 191 self.assertAllEqual(result, self.evaluate(equiv).to_list())
|
/external/tensorflow/third_party/protobuf/ |
D | protobuf.patch | 39 + import_flags = depset(import_flags).to_list() 40 + deps = depset(deps).to_list()
|
/external/rust/crates/grpcio-sys/grpc/bazel/ |
D | generate_cc.bzl | 45 protos = [f for src in ctx.attr.srcs for f in src[ProtoInfo].check_deps_sources.to_list()] 49 for f in src[ProtoInfo].transitive_imports.to_list() 124 f = ctx.attr.well_known_protos.files.to_list()[0].dirname 135 for f in ctx.attr.well_known_protos.files.to_list()
|
D | generate_objc.bzl | 25 for f in src[ProtoInfo].transitive_imports.to_list() 75 f = ctx.attr.well_known_protos.files.to_list()[0].dirname 79 well_known_proto_files = ctx.attr.well_known_protos.files.to_list() 185 for file in ctx.attr.src.files.to_list()
|
/external/tensorflow/third_party/systemlibs/ |
D | grpc.bazel.generate_cc.bzl | 44 protos = [f for src in ctx.attr.srcs for f in src[ProtoInfo].check_deps_sources.to_list()] 48 for f in src[ProtoInfo].transitive_imports.to_list() 123 f = ctx.attr.well_known_protos.files.to_list()[0].dirname 134 for f in ctx.attr.well_known_protos.files.to_list()
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 201 to_list = ','.join(email_to) 223 (to_list, email_from, subject, f.name)) 226 "--body_file='%s'" % (to_list, email_from, subject, f.name))
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | access.py | 125 def to_list(self): member in AccessVector 237 def to_list(self): member in AccessVectorSet 256 l.append(av.to_list())
|
/external/python/cpython3/Lib/test/ |
D | test_asyncgen.py | 37 def to_list(gen): function 151 self.assertEqual(to_list(gen()), [123, 456, 789]) 190 to_list(gen()) 220 to_list(gen()) 229 to_list(gen()) 375 async def to_list(self, gen): member in AsyncGenAsyncioTest 390 res = self.loop.run_until_complete(self.to_list(gen())) 402 self.loop.run_until_complete(self.to_list(gen())) 413 res = loop.run_until_complete(self.to_list(Gen()))
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 106 srcs += src.files.to_list() 108 srcs += hdr.files.to_list() 110 srcs += hdr.files.to_list()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | lua_proto_library.bzl | 39 transitive_sets = proto_info.transitive_descriptor_sets.to_list() 68 data_runfiles = ctx.runfiles(files = files.to_list()),
|
/external/selinux/python/sepolgen/tests/ |
D | test_access.py | 76 l = a.to_list() 320 avl = a.to_list() 349 self.assertEqual(avs.to_list(), [['foo', 'bar', 'file', 'read']]) 361 self.assertEqual(avs.to_list(), [['foo', 'bar', 'file', 'read',
|
/external/libnl/include/netlink-private/route/ |
D | tc-api.h | 83 struct nl_list_head to_list; member
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.ragged.-ragged-tensor-value.pbtxt | 38 name: "to_list"
|
/external/tflite-support/third_party/ |
D | com_google_protobuf_fixes.diff | 72 + import_flags = depset(import_flags).to_list() 73 + deps = depset(deps).to_list()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | metrics_utils.py | 33 from tensorflow.python.keras.utils.generic_utils import to_list 179 assert_thresholds_range(to_list(thresholds)) 180 thresholds = to_list(default_threshold if thresholds is None else thresholds)
|
/external/capstone/bindings/ocaml/ |
D | capstone.ml | 197 List.exists (fun g -> g == group_id) (Array.to_list insn.groups);; 200 List.exists (fun g -> g == reg_id) (Array.to_list insn.regs_read);; 203 List.exists (fun g -> g == reg_id) (Array.to_list insn.regs_write);;
|
/external/perfetto/bazel/ |
D | proto_gen.bzl | 27 for f in dep[ProtoInfo].transitive_imports.to_list() 133 for f in dep[ProtoInfo].transitive_descriptor_sets.to_list()
|
/external/dagger2/tools/ |
D | maven_info.bzl | 127 actual = sorted(ctx.attr.target[MavenInfo].maven_transitive_deps.to_list()), 133 actual = sorted(ctx.attr.target[MavenInfo].all_transitive_deps.to_list()),
|
D | maven.bzl | 279 all_transitive_deps = target[MavenInfo].all_transitive_deps.to_list() 280 maven_nearest_artifacts = target[MavenInfo].maven_nearest_artifacts.to_list() 281 maven_transitive_deps = target[MavenInfo].maven_transitive_deps.to_list()
|
/external/bazelbuild-rules_android/rules/android_library/ |
D | impl.bzl | 163 instrument_xslt = utils.only(get_android_toolchain(ctx).add_g3itr_xslt.files.to_list()), 165 get_android_toolchain(ctx).res_v3_dummy_manifest.files.to_list(), 168 get_android_toolchain(ctx).res_v3_dummy_r_txt.files.to_list(), 220 … utils.only(get_android_toolchain(ctx).data_binding_annotation_template.files.to_list()),
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
D | grpcio_tools.bzl | 21 for f in srcs.files.to_list():
|
/external/libnl/lib/route/ |
D | tc.c | 1002 nl_list_for_each_entry(ops, &tc_ops_list[type], to_list) in rtnl_tc_lookup_ops() 1046 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]); in rtnl_tc_register() 1057 nl_list_del(&ops->to_list); in rtnl_tc_unregister()
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | wrappers.py | 263 input_length = generic_utils.to_list(nest.flatten(input_length))[0] 339 is_ragged_input = generic_utils.to_list(nest.flatten(is_ragged_input)) 375 input_shape = generic_utils.to_list(nest.flatten(input_shape))[0]
|
/external/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 47 struct lws_dll2 to_list; /**< pt lists ss with pending to-s */ member
|