/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | set_stats_aggregator_dataset_op.cc | 51 void IncrementCounter(const string& name, const string& label, in IncrementCounter() function in tensorflow::data::experimental::__anonb20d370e0111::StatsAggregatorWithTagAndPrefix 54 wrapped_->IncrementCounter( in IncrementCounter() 57 wrapped_->IncrementCounter( in IncrementCounter()
|
D | stats_aggregator_ops.cc | 91 void IncrementCounter(const string& name, const string& label, in IncrementCounter() function in tensorflow::data::experimental::__anonf5cad7110111::StatsAggregatorImpl 163 void IncrementCounter(const string& name, const string& label, in IncrementCounter() function in tensorflow::data::experimental::__anonf5cad7110111::StatsAggregatorImplV2
|
D | parse_example_dataset_op.cc | 703 stats_aggregator->IncrementCounter( in ParseExample() 708 stats_aggregator->IncrementCounter(stats_utils::kFeaturesCount, in ParseExample() 711 stats_aggregator->IncrementCounter( in ParseExample()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.structbuffer.incdec.frag | 15 uint c1 = sbuf_rw_i.IncrementCounter();
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.structbuffer.incdec.frag | 15 uint c1 = sbuf_rw_i.IncrementCounter();
|
/external/tensorflow/tensorflow/core/framework/ |
D | stats_aggregator.h | 66 virtual void IncrementCounter(const string& name, const string& label,
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | filter_dataset_op.cc | 173 stats_aggregator->IncrementCounter(dataset()->node_name(), in GetNextInternal() 188 stats_aggregator->IncrementCounter(dataset()->node_name(), in GetNextInternal()
|
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/hlsl_functionality1/ |
D | counter_buffer.amber | 14 ; sbuf_rw_i[0].x = sbuf_rw_i.IncrementCounter();
|
/external/cronet/net/disk_cache/blockfile/ |
D | rankings.h | 211 void IncrementCounter(List list);
|
D | rankings.cc | 295 IncrementCounter(list); in Insert() 899 void Rankings::IncrementCounter(List list) { in IncrementCounter() function in disk_cache::Rankings
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_softmax_op.cc | 293 MklSoftmaxPrimitiveFactory<T>::IncrementCounter(); in Compute()
|
D | mkl_batch_matmul_op.cc | 149 Toutput>::IncrementCounter(); in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1968 static int IncrementCounter() {
|
/external/googletest/docs/ |
D | gmock_cook_book.md | 2667 action object. Suppose you have an action factory `IncrementCounter(init)` which 2674 .WillRepeatedly(IncrementCounter(0)); 2676 .WillRepeatedly(IncrementCounter(0)); 2688 Action<int()> increment = IncrementCounter(0);
|
/external/cronet/third_party/googletest/src/docs/ |
D | gmock_cook_book.md | 2622 action object. Suppose you have an action factory `IncrementCounter(init)` which 2629 .WillRepeatedly(IncrementCounter(0)); 2631 .WillRepeatedly(IncrementCounter(0)); 2643 Action<int()> increment = IncrementCounter(0);
|