Home
last modified time | relevance | path

Searched refs:get_values (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops_util.cc38 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()
Doptional_ops.cc33 const std::vector<Tensor>& from_values = from.get_values(); in OptionalDeviceCopy()
116 const auto& components = optional->get_values(); in Compute()
Doptional_ops_util.h51 const std::vector<Tensor>& get_values() const { in get_values() function
/external/crosvm/disk/src/qcow/
Drefcount.rs112 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()
Dvec_cache.rs51 pub fn get_values(&self) -> &[T] { in get_values() method
Dmod.rs1015 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/
Dtpu_embedding_v2_checkpoint_test.py124 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++/
Dproperty.h32 std::vector<uint64_t> get_values() const;
/external/libkmsxx/kms++/src/
Dproperty.cpp62 vector<uint64_t> Property::get_values() const in get_values() function in kms::Property
/external/libkmsxx/utils/
Dkmsprint.cpp183 auto values = prop->get_values(); in format_property()
192 auto values = prop->get_values(); in format_property()
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy_v2.py932 def get_values(x): function
938 return nest.map_structure(get_values, value)
Dmirrored_strategy.py735 def get_values(value): function
755 return nest.map_structure(get_values, value)
Ddistribute_lib.py2649 def get_values(x, index): function
2657 lambda x: get_values(x, i), # pylint: disable=cell-var-from-loop
/external/autotest/cli/
Dtopic_common.py208 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/
Dsb_valtable.cpp208 void value_table::get_values(vvec& v) { in get_values() function in r600_sb::value_table
Dsb_ir.h659 void get_values(vvec & v);
/external/tensorflow/tensorflow/python/eager/
Dcore_test.py458 def get_values(ctx, values): function
463 self._runInThread(get_values, (ctx, context_values))
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp665 …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/
Ds_span.c1498 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/
Dstruct_pb.rs691 pub fn get_values(&self) -> &[Value] { in get_values() method