HomeSort by relevance Sort by last modified time
    Searched full:num_elements (Results 326 - 350 of 478) sorted by null

<<11121314151617181920

  /external/webp/include/webp/
mux.h 369 // num_elements - (out) number of chunks with the given chunk id
371 // WEBP_MUX_INVALID_ARGUMENT - if mux, or num_elements is NULL.
374 WebPChunkId id, int* num_elements);
  /external/webp/src/webp/
mux.h 369 // num_elements - (out) number of chunks with the given chunk id
371 // WEBP_MUX_INVALID_ARGUMENT - if mux, or num_elements is NULL.
374 WebPChunkId id, int* num_elements);
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 517 1, //num_elements
631 1, //num_elements
813 1, //num_elements
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 537 1, //num_elements
651 1, //num_elements
833 1, //num_elements
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 699 ASSERT(obj_buffer->num_elements == 1);
702 if ((obj_buffer->num_elements != 1) ||
845 ASSERT(obj_buffer->num_elements == 1);
848 if ((obj_buffer->num_elements != 1) ||
    [all...]
psb_H264.c 616 ASSERT(obj_buffer->num_elements == 1);
620 if ((obj_buffer->num_elements != 1) ||
778 ASSERT(obj_buffer->num_elements == 1);
781 if ((obj_buffer->num_elements != 1) ||
802 ASSERT(obj_buffer->num_elements == 1);
805 if ((obj_buffer->num_elements != 1) ||
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.h 984 int64 num_elements = values.size(); local
1236 int64 num_elements = values.size(); local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 557 ASSERT(obj_buffer->num_elements == 1);
561 if ((obj_buffer->num_elements != 1) ||
801 ASSERT(obj_buffer->num_elements == 1);
804 if ((obj_buffer->num_elements != 1) ||
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_fused.cc 648 OP_REQUIRES(context, (input.shape().num_elements() > 0),
    [all...]
conv_grad_filter_ops.cc 242 if (filter_shape.num_elements() == 0) {
356 if (filter_shape.num_elements() == 0) {
596 if (filter_shape.num_elements() == 0) {
600 if (input.shape().num_elements() == 0) {
    [all...]
list_kernels.h 68 OP_REQUIRES_OK(c, c->GetAttr("num_elements", &num_elements_));
mkl_batch_matmul_op.cc 77 auto batch_size = (ndims == 2) ? 1 : out_shape.num_elements();
reverse_op_test.cc 202 const int64 num_items = static_cast<int64>(iters) * shape.num_elements();
save_restore_tensor.cc 210 if (output_shape.num_elements() == 0) return;
  /external/libxaac/decoder/
ixheaacd_config.h 177 UWORD32 num_elements; member in struct:__anon26509
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 84 unsigned num_elements; member in struct:fd_vertex_stateobj
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 388 unsigned num_elements,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 206 unsigned num_elements; member in struct:vc4_vertex_stateobj
  /external/mesa3d/src/mesa/main/
uniforms.h 406 unsigned int num_elements; member in struct:gl_builtin_uniform_desc
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
gather_op.cc 50 const int64 num_indices = indices_shape.num_elements();
stateless_random_ops.cc 132 const int64 size = shape.num_elements();
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
model_fn.py 147 if loss_shape.num_elements() not in (None, 1):
  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_manager_test.cc 121 for (int j = 0; j < shape.num_elements(); ++j) {
  /external/tensorflow/tensorflow/contrib/specs/python/
summaries.py 162 return shape.num_elements()
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_memory.cc 114 int num_elems = TensorShape(shape).num_elements();

Completed in 4357 milliseconds

<<11121314151617181920