Home
last modified time | relevance | path

Searched defs:segment_ids (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py161 segment_ids, argument
264 def segment_sum(data, segment_ids, num_segments, name=None): argument
274 def segment_prod(data, segment_ids, num_segments, name=None): argument
284 def segment_min(data, segment_ids, num_segments, name=None): argument
294 def segment_max(data, segment_ids, num_segments, name=None): argument
304 def segment_mean(data, segment_ids, num_segments, name=None): argument
320 def segment_sqrt_n(data, segment_ids, num_segments, name=None): argument
Dragged_segment_op_test.py55 def expected_value(self, data, segment_ids, num_segments, combiner): argument
105 def testRaggedSegment_Int(self, segment_op, combiner, segment_ids): argument
141 def testRaggedSegment_Float(self, segment_op, combiner, segment_ids): argument
Dsegment_id_ops.py80 def segment_ids_to_row_splits(segment_ids, num_segments=None, argument
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl_1.cc24 const Tensor& segment_ids) { in SegmentReductionValidationHelper()
37 const Tensor& segment_ids) { in SegmentReductionDoValidation()
46 const Tensor& segment_ids, in UnsortedSegmentReductionValidation()
62 const Tensor& segment_ids, in UnsortedSegmentReductionDoValidation()
Dsegment_reduction_ops_gpu.cu.cc58 const Index output_outer_dim_size, const Index* __restrict__ segment_ids, in SortedSegmentReductionCustomKernel()
112 const int64 output_outer_dim_size, const Index* __restrict__ segment_ids, in UnsortedSegmentCustomKernel()
138 typename TTypes<Index>::ConstFlat segment_ids, in operator ()()
Dsegment_reduction_ops_impl.h93 const Tensor& segment_ids = context->input(1); in Compute() local
233 const Tensor& segment_ids = context->input(1); in ComputeAsync() local
/external/tensorflow/tensorflow/lite/kernels/
Dsegment_sum.cc35 const TfLiteTensor* segment_ids, in ResizeOutputTensor()
70 const TfLiteTensor* segment_ids; in Prepare() local
92 const TfLiteTensor* segment_ids; in Eval() local
Dsegment_sum_test.cc31 SegmentSumOpModel(const TensorData& data, const TensorData& segment_ids) { in SegmentSumOpModel()
40 int segment_ids() const { return segment_ids_id_; } in segment_ids() function in tflite::__anon7ac00d0f0111::SegmentSumOpModel
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py4176 def _unsorted_segment_N(data, segment_ids, num_segments): argument
4204 def unsorted_segment_mean(data, segment_ids, num_segments, name=None): argument
4250 def unsorted_segment_sqrt_n(data, segment_ids, num_segments, name=None): argument
4297 segment_ids, argument
4373 segment_ids, argument
4442 segment_ids, argument
4488 segment_ids, argument
4527 segment_ids, argument
4564 segment_ids, argument
Dmath_grad_test.py380 def _run_gradient_check(self, data, segment_ids): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dunsorted_segment_join_op_test.py190 def test_multiple_cases_with_different_dims(self, inputs, segment_ids, argument
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h23 const uint8_t *segment_ids, BLOCK_SIZE bsize, in get_segment_id()
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.cc230 std::vector<int> segment_ids; in Preprocess() local
/external/libaom/libaom/av1/common/
Dpred_common.h25 const uint8_t *segment_ids, BLOCK_SIZE bsize, in get_segment_id()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c91 static int dec_get_segment_id(const VP9_COMMON *cm, const uint8_t *segment_ids, in dec_get_segment_id()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c300 static int dec_get_segment_id(const AV1_COMMON *cm, const uint8_t *segment_ids, in dec_get_segment_id()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc4177 Output segment_ids = in TEST_F() local
4226 Output segment_ids = ops::Cast( in TEST_F() local
/external/libaom/libaom/av1/encoder/
Dbitstream.c403 const CommonModeInfoParams *const mi_params, uint8_t *segment_ids, in set_spatial_segment_id()