Home | History | Annotate | Download | only in framework

Lines Matching defs:nullptr

414   const auto output_attr = params_->output_attr_array == nullptr
420 if (new_tensor != nullptr) {
465 if (input.tensor == nullptr || input.is_ref() || !input->RefCountIsOne()) {
466 return nullptr;
470 return nullptr;
474 return nullptr;
479 return nullptr;
483 const auto input_attr = params_->input_alloc_attrs == nullptr
487 return nullptr;
504 if (new_tensor != nullptr) {
656 DCHECK(mutable_output(index) == nullptr);
724 DCHECK_EQ(mutable_output(index), nullptr);
990 *reg = nullptr;
1003 if (*reg != nullptr) {
1023 const KernelRegistration* reg = nullptr;
1027 if (reg == nullptr) {
1040 if (def != nullptr) *def = &reg->def;
1041 if (kernel_class_name != nullptr) *kernel_class_name = reg->kernel_class_name;
1056 const KernelRegistration* reg = nullptr;
1060 if (reg != nullptr) device_types->push_back(device_type);
1102 OpKernel* kernel = nullptr;
1103 *status = CreateOpKernel(std::move(device_type), device, allocator, nullptr,
1115 const OpDef* op_def = nullptr;
1132 if (registration == nullptr) {
1171 *kernel = nullptr;