/external/tensorflow/tensorflow/core/kernels/ |
D | typed_conditional_accumulator_base.h | 39 const string& reduction_type) in TypedConditionalAccumulatorBase() argument 40 : ConditionalAccumulatorBase(dtype, shape, name, reduction_type) {} in TypedConditionalAccumulatorBase()
|
D | conditional_accumulator.h | 56 const string& name, const string& reduction_type) in ConditionalAccumulator() argument 58 reduction_type) {} in ConditionalAccumulator()
|
D | conditional_accumulator_base.cc | 23 const string& reduction_type) in ConditionalAccumulatorBase() argument 27 reduction_type_(reduction_type) { in ConditionalAccumulatorBase()
|
D | conditional_accumulator_base.h | 55 const string& name, const string& reduction_type);
|
D | sparse_conditional_accumulator.h | 53 const string& name, const string& reduction_type) in SparseConditionalAccumulator() argument 56 dtype, shape, name, reduction_type) { in SparseConditionalAccumulator()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | reduction_ops_common.cc | 31 DataType reduction_type) in XlaReductionOp() argument 32 : XlaOpKernel(ctx), reduction_type_(reduction_type) { in XlaReductionOp()
|
D | reduction_ops.h | 36 XlaReductionOp(OpKernelConstruction* ctx, DataType reduction_type);
|
D | pooling_ops.cc | 42 const DataType reduction_type) in PoolingOp() argument 45 reduction_type_(reduction_type) { in PoolingOp() 424 auto reduction_type = XlaHelpers::SumAccumulationType(ctx->input_type(1)); in Compile() local 426 ctx, DataTypeToPrimitiveType(reduction_type, &xla_reduction_type)); in Compile()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conditional_accumulator_test.py | 60 dtypes_lib.float32, name="Q", reduction_type="Invalid") 294 reduction_type="SUM") 322 reduction_type="Invalid") 375 reduction_type="SUM")
|
D | sparse_conditional_accumulator_test.py | 79 dtypes_lib.float32, name="Q", reduction_type="Invalid") 208 dtypes_lib.float32, name="Q", shape=(), reduction_type="SUM") 229 dtypes_lib.float32, name="Q", shape=(), reduction_type="Invalid") 309 reduction_type="SUM")
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-conditional-accumulator.pbtxt | 20 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'shared_name\', \'name\', \'reduction_type\'], va…
|
D | tensorflow.sparse.-sparse-conditional-accumulator.pbtxt | 20 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'shared_name\', \'name\', \'reduction_type\'], va…
|
D | tensorflow.-sparse-conditional-accumulator.pbtxt | 20 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'shared_name\', \'name\', \'reduction_type\'], va…
|
D | tensorflow.raw_ops.pbtxt | 633 …argspec: "args=[\'dtype\', \'shape\', \'container\', \'shared_name\', \'reduction_type\', \'name\'… 3469 …argspec: "args=[\'dtype\', \'shape\', \'container\', \'shared_name\', \'reduction_type\', \'name\'…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.sparse.-sparse-conditional-accumulator.pbtxt | 20 …argspec: "args=[\'self\', \'dtype\', \'shape\', \'shared_name\', \'name\', \'reduction_type\'], va…
|
D | tensorflow.raw_ops.pbtxt | 633 …argspec: "args=[\'dtype\', \'shape\', \'container\', \'shared_name\', \'reduction_type\', \'name\'… 3469 …argspec: "args=[\'dtype\', \'shape\', \'container\', \'shared_name\', \'reduction_type\', \'name\'…
|
/external/tensorflow/tensorflow/python/ops/ |
D | data_flow_ops.py | 1256 reduction_type="MEAN"): argument 1272 reduction_type=reduction_type) 1355 reduction_type="MEAN"): argument 1361 reduction_type=reduction_type)
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 6069 name: "reduction_type" 36259 name: "reduction_type"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 13775 name: "reduction_type" 75435 name: "reduction_type"
|
D | ops_history.v1.pbtxt | 13833 name: "reduction_type" 76062 name: "reduction_type"
|