/external/tensorflow/tensorflow/core/kernels/data/ |
D | optional_ops_util.cc | 38 for (const Tensor& tensor : x.get_values()) { in OptionalZerosLike() 61 if (a.get_values().size() != b.get_values().size()) { in OptionalBinaryAdd() 65 a.get_values().size(), " vs. ", b.get_values().size(), ")."); in OptionalBinaryAdd() 68 for (int i = 0; i < a.get_values().size(); ++i) { in OptionalBinaryAdd() 69 const Tensor& a_tensor = a.get_values()[i]; in OptionalBinaryAdd() 70 const Tensor& b_tensor = b.get_values()[i]; in OptionalBinaryAdd()
|
D | optional_ops.cc | 33 const std::vector<Tensor>& from_values = from.get_values(); in OptionalDeviceCopy() 116 const auto& components = optional->get_values(); in Compute()
|
D | optional_ops_util.h | 51 const std::vector<Tensor>& get_values() const { in get_values() function
|
/external/crosvm/disk/src/qcow/ |
D | refcount.rs | 112 raw_file.write_refcount_block(ref_table[index], evicted.get_values()) in set_cluster_refcount() 148 raw_file.write_refcount_block(addr, block.get_values())?; in flush_blocks() 163 self.ref_table.get_values(), in flush_table() 193 raw_file.write_refcount_block(ref_table[index], evicted.get_values()) in get_cluster_refcount()
|
D | vec_cache.rs | 51 pub fn get_values(&self) -> &[T] { in get_values() method
|
D | mod.rs | 1015 evicted.get_values(), in file_offset_read() 1062 evicted.get_values(), in file_offset_write() 1192 evicted.get_values(), in deallocate_cluster() 1352 l2_table.get_values(), in sync_caches() 1371 self.l1_table.get_values(), in sync_caches()
|
/external/tensorflow/tensorflow/python/tpu/tests/ |
D | tpu_embedding_v2_checkpoint_test.py | 124 def get_values(mid): function 174 get_values(second_mid_level), 189 get_values(second_mid_level), 241 def get_values(mid): function 246 get_values(module2.tpu_embedding)) 253 get_values(module2.tpu_embedding))
|
/external/libkmsxx/kms++/inc/kms++/ |
D | property.h | 32 std::vector<uint64_t> get_values() const;
|
/external/libkmsxx/kms++/src/ |
D | property.cpp | 62 vector<uint64_t> Property::get_values() const in get_values() function in kms::Property
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 183 auto values = prop->get_values(); in format_property() 192 auto values = prop->get_values(); in format_property()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | parameter_server_strategy_v2.py | 932 def get_values(x): function 938 return nest.map_structure(get_values, value)
|
D | mirrored_strategy.py | 735 def get_values(value): function 755 return nest.map_structure(get_values, value)
|
D | distribute_lib.py | 2649 def get_values(x, index): function 2657 lambda x: get_values(x, i), # pylint: disable=cell-var-from-loop
|
/external/autotest/cli/ |
D | topic_common.py | 208 def get_values(self, options, leftover=[]): member in item_parse_info 587 values, leftover = item_parse_info.get_values(options,
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 208 void value_table::get_values(vvec& v) { in get_values() function in r600_sb::value_table
|
D | sb_ir.h | 659 void get_values(vvec & v);
|
/external/tensorflow/tensorflow/python/eager/ |
D | core_test.py | 458 def get_values(ctx, values): function 463 self._runInThread(get_values, (ctx, context_values))
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 665 …void logError(const GLdouble* set_values, const GLdouble* get_values, GLuint length, const char* f… 1039 void GetVertexAttribTest::logError(const GLdouble* set_values, const GLdouble* get_values, GLuint l… in logError() argument 1065 message << std::setprecision(24) << get_values[i]; in logError()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 1498 get_values(struct gl_context *ctx, struct gl_renderbuffer *rb, in get_values() function 1589 get_values(ctx, rb, span->end, span->array->x, span->array->y, in _swrast_get_dest_rgba()
|
/external/rust/crates/protobuf/2.27.1/src/well_known_types/ |
D | struct_pb.rs | 691 pub fn get_values(&self) -> &[Value] { in get_values() method
|