/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | group_by_reducer_dataset_op.cc | 243 if (states_.find(key) == states_.end()) { in GetNextInternal() 249 states_[key] = init_func_output; in GetNextInternal() 254 args.reserve(states_[key].size() + next_input_element.size()); in GetNextInternal() 255 std::copy(states_[key].begin(), states_[key].end(), in GetNextInternal() 263 states_[key] = reduce_func_output; in GetNextInternal() 265 keys_.resize(states_.size()); in GetNextInternal() 267 for (auto it = states_.begin(); it != states_.end(); ++idx, ++it) { in GetNextInternal() 278 ctx, states_[keys_[keys_index_++]], out_tensors, model_node())); in GetNextInternal() 308 if (!states_.empty()) { in SaveInternal() 310 writer->WriteScalar(full_name("states_size"), states_.size())); in SaveInternal() [all …]
|
/external/webrtc/pc/ |
D | dtls_transport_unittest.cc | 34 states_.push_back(info.state()); in OnStateChange() 41 if (states_.size() > 0) { in state() 42 return states_[states_.size() - 1]; in state() 50 std::vector<DtlsTransportState> states_; member in webrtc::TestDtlsTransportObserver 105 observer_.states_, in TEST_F()
|
D | sctp_transport_unittest.cc | 87 states_.push_back(info.state()); in OnStateChange() 91 if (states_.size() > 0) { in State() 92 return states_[states_.size() - 1]; in State() 98 const std::vector<SctpTransportState>& States() { return states_; } in States() 103 std::vector<SctpTransportState> states_; member in webrtc::TestSctpTransportObserver
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_context.h | 159 return states_[result_states_[{op, index}]].params; in GetResultParams() 164 return states_[operand_states_[{op, index}]].params; in GetOperandParams() 190 return states_[operand_states_[{op, index}]]; in GetOperandQuantState() 195 return states_[result_states_[{op, index}]]; in GetResultQuantState() 216 std::vector<QuantState> states_; variable
|
D | quantization_driver.cc | 213 return states_[operand_states_[{op, index}]]; in GetOperandQuantState() 218 return states_[result_states_[{op, index}]]; in GetResultQuantState() 222 return states_[arg_states_[arg]]; in GetArgQuantState() 258 int next_state_index = states_.size(); in InitializeArgState() 259 states_.push_back({params, immutable}); in InitializeArgState() 369 std::vector<QuantState> states_; member in mlir::quant::__anonf70393e20111::QuantizationDriver 414 int next_state_index = states_.size(); in InitializeState() 415 states_.push_back({params, immutable}); in InitializeState()
|
D | quantization_context.cc | 291 int next_state_index = states_.size(); in InitializeState() 292 states_.push_back({params, immutable}); in InitializeState()
|
/external/llvm-project/llvm/utils/unittest/googlemock/src/ |
D | gmock-spec-builders.cc | 558 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() 592 StateMap& states() { return states_; } in states() 595 StateMap states_; member in testing::__anon958f27100111::MockObjectRegistry
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 620 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() 660 StateMap& states() { return states_; } in states() 663 StateMap states_; member in testing::__anonf4177e150311::MockObjectRegistry
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10801 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() 10835 StateMap& states() { return states_; } in states() 10838 StateMap states_; member in testing::__anonf69cd7f30711::MockObjectRegistry
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 11819 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() 11853 StateMap& states() { return states_; } in states() 11856 StateMap states_; member in testing::__anone3e958430c11::MockObjectRegistry
|