Searched refs:IsLegacyScalar (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_op.cc | 46 (IsLegacyScalar(tags.shape()) && IsLegacyScalar(values.shape())), in Compute() 85 OP_REQUIRES(c, IsLegacyScalar(tags.shape()), in Compute()
|
D | save_op.cc | 58 OP_REQUIRES(ctx, IsLegacyScalar(ctx->input(i).shape()), in Compute() 81 OP_REQUIRES(ctx, IsLegacyScalar(ctx->input(i).shape()), in Compute()
|
D | sequence_ops.cc | 39 OP_REQUIRES(context, IsLegacyScalar(start_in.shape()), in Compute() 42 OP_REQUIRES(context, IsLegacyScalar(limit_in.shape()), in Compute() 45 OP_REQUIRES(context, IsLegacyScalar(delta_in.shape()), in Compute()
|
D | concat_op.cc | 60 OP_REQUIRES(c, IsLegacyScalar(concat_dim_tensor->shape()), in Compute() 115 const bool input_is_scalar = IsLegacyScalar(input_shape); in Compute() 118 const bool in_is_scalar = IsLegacyScalar(in.shape()); in Compute() 283 ctx, IsLegacyScalar(concat_dim.shape()), in Compute()
|
D | quantized_concat_op.cc | 130 const bool input_is_scalar = IsLegacyScalar(input_shape); in CalculateConcatDims() 133 const bool in_is_scalar = IsLegacyScalar(in.shape()); in CalculateConcatDims() 164 context, IsLegacyScalar(concat_dim_tensor->shape()), in Compute()
|
D | mkl_concat_op.cc | 70 OP_REQUIRES(c, IsLegacyScalar(concat_dim_tensor->shape()), in Compute() 102 const bool input_is_scalar = IsLegacyScalar(input_shape); in Compute() 105 const bool in_is_scalar = IsLegacyScalar(input_shapes[i]); in Compute() 171 context, IsLegacyScalar(concat_dim_tensor.shape()), in Compute()
|
D | summary_tensor_op.cc | 35 OP_REQUIRES(c, IsLegacyScalar(tag.shape()), in Compute()
|
D | summary_audio_op.cc | 42 OP_REQUIRES(c, IsLegacyScalar(tag.shape()), in Compute()
|
D | logging_ops.cc | 78 OP_REQUIRES(ctx, IsLegacyScalar(cond.shape()), in Compute()
|
D | summary_image_op.cc | 55 OP_REQUIRES(c, IsLegacyScalar(tags.shape()), in Compute()
|
D | scatter_op.cc | 128 IsLegacyScalar(updates.shape())) { in DoCompute()
|
D | training_ops.cc | 480 OP_REQUIRES(ctx, IsLegacyScalar(alpha.shape()), in Compute() 522 OP_REQUIRES(ctx, IsLegacyScalar(alpha_dev.shape()), in Compute() 932 OP_REQUIRES(ctx, IsLegacyScalar(alpha.shape()), in Compute() 1000 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute() 1154 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute() 1359 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute() 1692 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute() 1706 OP_REQUIRES(ctx, IsLegacyScalar(global_step.shape()), in Compute() 1795 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute() 1812 OP_REQUIRES(ctx, IsLegacyScalar(global_step.shape()), in Compute()
|
D | constant_op.cc | 161 OP_REQUIRES(context, IsLegacyScalar(Tvalue.shape()), in Compute()
|
D | segment_reduction_ops.cc | 442 context, op_kernel->IsLegacyScalar(num_segments.shape()), in UnsortedSegmentReductionValidation() 1021 OP_REQUIRES(context, IsLegacyScalar(output_dim0.shape()), in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 186 bool IsLegacyScalar(const TensorShape& shape) const { in IsLegacyScalar() function
|
/external/tensorflow/ |
D | RELEASE.md | 1967 * For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from
|