HomeSort by relevance Sort by last modified time
    Searched defs:is_ref (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fake_quant_ops_test.cc 42 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
43 if (is_ref) {
    [all...]
resize_area_op_test.cc 41 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
46 if (is_ref) {
resize_bilinear_op_test.cc 47 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
52 if (is_ref) {
ops_testutil.h 212 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
215 if (is_ref) {
resize_bicubic_op_test.cc 41 bool is_ref = IsRefType(input_types_[inputs_.size()]); local
46 if (is_ref) {
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.c 43 unsigned vp_caps, is_ref, ret; local
52 &vp_caps, &is_ref, refs);
57 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nv84_video_vp.c 85 bool is_ref = desc->is_reference; local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2);
194 if (is_ref) {
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.c 75 unsigned vp_caps, is_ref, ret; local
80 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs);
85 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 192 const bool is_ref = IsRefType(src_node->output_type(src_output_slot)); local
197 if (!is_ref) {
  /art/runtime/
instrumentation.cc 1351 bool is_ref = return_shorty == '[' || return_shorty == 'L'; local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 463 bool is_ref() const { return mutex_if_ref != nullptr; } function in struct:tensorflow::TensorValue
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 132 static constexpr const bool is_ref = member in struct:art::jni_type_traits
147 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;
173 typename std::enable_if<jni_type_traits<T>::is_ref>::type*
181 typename std::enable_if<!jni_type_traits<T>::is_ref>::type*
    [all...]

Completed in 311 milliseconds