Home
last modified time | relevance | path

Searched defs:is_ref (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h60 bool is_ref; member
73 bool is_ref; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c43 unsigned vp_caps, is_ref; in nv98_decoder_decode_bitstream() local
Dnv98_video_bsp.c39 unsigned *vp_caps, unsigned *is_ref, in nv98_decoder_bsp()
Dnv98_video_vp.c70 unsigned caps, unsigned is_ref, in nv98_decoder_vp()
Dnv84_video_vp.c85 bool is_ref = desc->is_reference; in nv84_decoder_vp_h264() local
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto48 bool is_ref = 16; field
Dop_kernel.h519 bool is_ref() const { return mutex_if_ref != nullptr; } in is_ref() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c220 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg12_vp()
269 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg4_vp()
316 unsigned *is_ref, in nouveau_vp3_fill_picparm_h264_vp()
428 unsigned *is_ref, in nouveau_vp3_fill_picparm_vc1_vp()
458 unsigned *caps, unsigned *is_ref, in nouveau_vp3_vp_caps()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_vp.c70 unsigned caps, unsigned is_ref, in nvc0_decoder_vp()
Dnvc0_video_bsp.c136 unsigned *vp_caps, unsigned *is_ref, in nvc0_decoder_bsp_end()
Dnvc0_video.c75 unsigned vp_caps, is_ref; in nvc0_decoder_end_frame() local
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.h211 bool is_ref = IsRefType(input_types_[inputs_.size()]); in AddInput() local
Dresize_area_op_test.cc41 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local
Dresize_bicubic_op_test.cc42 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local
Dresize_bilinear_op_test.cc50 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local
Dfake_quant_ops_test.cc42 bool is_ref = IsRefType(input_types_[inputs_.size()]); in AddRandomInput() local
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc237 bool is_ref = IsRefType(input_types[inputs->size()]); in AddDatasetInput() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc192 const bool is_ref = IsRefType(src_node->output_type(src_output_slot)); in InsertNodes() local
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc187 string SingleTensorName(DataType dtype, bool is_ref) { in SingleTensorName()
/external/bcc/src/cc/frontends/b/
Dnode.h158 bool is_ref() const { return flags_[IS_REF]; } in is_ref() function