Home
last modified time | relevance | path

Searched refs:IncrementCounter (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dset_stats_aggregator_dataset_op.cc51 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()
Dstats_aggregator_ops.cc91 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
Dparse_example_dataset_op.cc703 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/
Dhlsl.structbuffer.incdec.frag15 uint c1 = sbuf_rw_i.IncrementCounter();
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.structbuffer.incdec.frag15 uint c1 = sbuf_rw_i.IncrementCounter();
/external/tensorflow/tensorflow/core/framework/
Dstats_aggregator.h66 virtual void IncrementCounter(const string& name, const string& label,
/external/tensorflow/tensorflow/core/kernels/data/
Dfilter_dataset_op.cc173 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/
Dcounter_buffer.amber14 ; sbuf_rw_i[0].x = sbuf_rw_i.IncrementCounter();
/external/cronet/net/disk_cache/blockfile/
Drankings.h211 void IncrementCounter(List list);
Drankings.cc295 IncrementCounter(list); in Insert()
899 void Rankings::IncrementCounter(List list) { in IncrementCounter() function in disk_cache::Rankings
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_softmax_op.cc293 MklSoftmaxPrimitiveFactory<T>::IncrementCounter(); in Compute()
Dmkl_batch_matmul_op.cc149 Toutput>::IncrementCounter(); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1968 static int IncrementCounter() {
/external/googletest/docs/
Dgmock_cook_book.md2667 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/
Dgmock_cook_book.md2622 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);