Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 25 of 48) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c220 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg12_vp() argument
226 *is_ref = desc->picture_coding_type <= 2; in nouveau_vp3_fill_picparm_mpeg12_vp()
269 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg4_vp() argument
274 *is_ref = desc->vop_coding_type <= 1; in nouveau_vp3_fill_picparm_mpeg4_vp()
316 unsigned *is_ref, in nouveau_vp3_fill_picparm_h264_vp() argument
322 *is_ref = d->is_reference; in nouveau_vp3_fill_picparm_h264_vp()
428 unsigned *is_ref, in nouveau_vp3_fill_picparm_vc1_vp() argument
434 *is_ref = d->picture_type <= 1; in nouveau_vp3_fill_picparm_vc1_vp()
458 unsigned *caps, unsigned *is_ref, in nouveau_vp3_vp_caps() argument
467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp); in nouveau_vp3_vp_caps()
[all …]
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt80 is_ref: true
118 is_ref: true
130 is_ref: true
142 is_ref: true
893 is_ref: true
898 is_ref: true
903 is_ref: true
924 is_ref: true
961 is_ref: true
966 is_ref: true
[all …]
Dops_history.v2.pbtxt243 is_ref: true
281 is_ref: true
321 is_ref: true
362 is_ref: true
403 is_ref: true
415 is_ref: true
427 is_ref: true
465 is_ref: true
505 is_ref: true
546 is_ref: true
[all …]
Dops_history.v1.pbtxt243 is_ref: true
281 is_ref: true
321 is_ref: true
362 is_ref: true
403 is_ref: true
415 is_ref: true
427 is_ref: true
465 is_ref: true
505 is_ref: true
546 is_ref: true
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.h37 unsigned *vp_caps, unsigned *is_ref,
43 unsigned caps, unsigned is_ref,
Dnv98_video.c43 unsigned vp_caps, is_ref; in nv98_decoder_decode_bitstream() local
53 &vp_caps, &is_ref, refs); in nv98_decoder_decode_bitstream()
58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_decode_bitstream()
Dnv98_video_bsp.c39 unsigned *vp_caps, unsigned *is_ref, in nv98_decoder_bsp() argument
108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_bsp()
Dnv98_video_vp.c70 unsigned caps, unsigned is_ref, in nv98_decoder_vp() argument
111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nv98_decoder_vp()
Dnv84_video_vp.c85 bool is_ref = desc->is_reference; in nv84_decoder_vp_h264() local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2); in nv84_decoder_vp_h264()
194 if (is_ref) { in nv84_decoder_vp_h264()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.h43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref,
49 unsigned caps, unsigned is_ref,
Dnvc0_video.c75 unsigned vp_caps, is_ref; in nvc0_decoder_end_frame() local
81 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs); in nvc0_decoder_end_frame()
86 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_end_frame()
Dnvc0_video_bsp.c136 unsigned *vp_caps, unsigned *is_ref, in nvc0_decoder_bsp_end() argument
161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_bsp_end()
Dnvc0_video_vp.c70 unsigned caps, unsigned is_ref, in nvc0_decoder_vp() argument
111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nvc0_decoder_vp()
/external/tensorflow/tensorflow/python/framework/
Dop_def_library.py464 if not input_arg.is_ref and dtype:
471 as_ref=input_arg.is_ref)
481 value, as_ref=input_arg.is_ref)
526 as_ref=input_arg.is_ref,
541 values, as_ref=input_arg.is_ref).dtype.name
654 if input_arg.is_ref:
783 if arg.is_ref]
Dpython_op_gen_internal.cc187 string SingleTensorName(DataType dtype, bool is_ref) { in SingleTensorName() argument
188 const string type_str = TypeString(dtype, is_ref); in SingleTensorName()
218 TypeString(arg.type(), arg.is_ref()), "."); in ArgTypeName()
221 if (arg.is_ref()) { in ArgTypeName()
247 const string mutable_str = arg.is_ref() ? "mutable " : ""; in ArgTypeName()
275 return SingleTensorName(arg.type(), arg.is_ref()); in ArgTypeName()
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt97 is_ref: true
138 is_ref: true
150 is_ref: true
162 is_ref: true
804 is_ref: true
809 is_ref: true
814 is_ref: true
843 is_ref: true
883 is_ref: true
888 is_ref: true
[all …]
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h60 bool is_ref; member
73 bool is_ref; member
Dfunctions.cc556 /*is_ref=*/input.is_ref(), in MakeGrapplerFunctionItem()
634 /*is_ref=*/out.is_ref(), in MakeGrapplerFunctionItem()
844 arg_def.set_is_ref(input_arg.is_ref); in MakeFunctionDef()
856 arg_def.set_is_ref(output_arg.is_ref); in MakeFunctionDef()
/external/tensorflow/tensorflow/core/kernels/
Dresize_area_op_test.cc41 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local
46 if (is_ref) { in SetRandomImageInput()
Dops_testutil.h211 bool is_ref = IsRefType(input_types_[inputs_.size()]); in AddInput() local
214 if (is_ref) { in AddInput()
Dresize_bicubic_op_test.cc42 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local
47 if (is_ref) { in SetRandomImageInput()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc98 if (arg1.is_ref() != arg2.is_ref()) return false; in IsSameArgDef()
/external/tensorflow/tensorflow/python/framework/testdata/
Dmetrics_export_meta_graph.pb8 is_ref: true
17 is_ref: true
44 is_ref: true
53 is_ref: true
382 is_ref: true
/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc373 if (arg.is_ref()) strings::StrAppend(&ret, "Ref("); in SummarizeArgs()
382 if (arg.is_ref()) strings::StrAppend(&ret, ")"); in SummarizeArgs()
537 ref->push_back(arg.is_ref()); in ComputeArgSignature()
550 ref->push_back(arg.is_ref()); in ComputeArgSignature()
596 ref->push_back(arg.is_ref()); in ComputeArgSignature()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc237 bool is_ref = IsRefType(input_types[inputs->size()]); in AddDatasetInput() local
241 if (is_ref) { in AddDatasetInput()

12