HomeSort by relevance Sort by last modified time
    Searched refs:is_ref (Results 26 - 43 of 43) sorted by null

12

  /external/tensorflow/tensorflow/core/grappler/utils/
functions.cc 556 /*is_ref=*/input.is_ref(),
634 /*is_ref=*/out.is_ref(),
844 arg_def.set_is_ref(input_arg.is_ref);
    [all...]
  /external/tensorflow/tensorflow/python/grappler/
item.i 276 if (!arg.is_ref()) {
  /external/tensorflow/tensorflow/compiler/tf2xla/
graph_compiler.cc 115 CHECK(!value.is_ref());
  /external/tensorflow/tensorflow/core/framework/
node_def_builder.cc 197 if (input_arg->is_ref() && !IsRefType(dt)) {
op_kernel.h 519 bool is_ref() const { return mutex_if_ref != nullptr; } function in struct:tensorflow::TensorValue
    [all...]
op_kernel.cc 303 if (!value.is_ref()) {
379 if (value.is_ref()) {
525 if (input.tensor == nullptr || input.is_ref()) {
    [all...]
node_def_util.cc 391 if (arg_def.is_ref()) {
function.cc 461 if (arg.is_ref()) strings::StrAppend(&out, "Ref(");
470 if (arg.is_ref()) strings::StrAppend(&out, ")");
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graphs.py 326 if output_arg.is_ref:
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 590 if (input.is_ref()) {
637 if (input.is_ref()) {
  /art/runtime/
instrumentation.cc 1496 bool is_ref = return_shorty == '[' || return_shorty == 'L'; local
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 410 if (arg.is_ref()) {
418 if (arg.is_ref()) {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc     [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...]
  /external/bcc/src/cc/frontends/b/
node.h 144 enum prop_flag { READ = 0, WRITE, PROTO, IS_LHS, IS_REF, IS_PKT, LAST };
158 bool is_ref() const { return flags_[IS_REF]; } function in class:ebpf::cc::ExprNode
type_check.cc 169 if (n->is_ref())
186 n->flags_[ExprNode::IS_REF] = true;
358 n->flags_[ExprNode::IS_REF] = true;
codegen_llvm.cc 340 if (!n->rhs_->is_ref())
375 if (n->is_ref()) {
    [all...]
  /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...]

Completed in 844 milliseconds

12